Searched refs:g_bmpCheck (Results 1 – 1 of 1) sorted by relevance
1681 private static Bitmap g_bmpCheck = null; field in KeePass.UI.UIUtil1710 if(g_bmpCheck == null) in SetChecked()1712 g_bmpCheck = new Bitmap(Properties.Resources.B16x16_MenuCheck); in SetChecked()1713 g_bmpCheck.Tag = strIDCheck; in SetChecked()1716 img = g_bmpCheck; in SetChecked()