1 write to s_grabHandleFillBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
176s_grabHandleFillBrush = PInvokeCore.CreateSolidBrush((COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.ControlText));
4 references to s_grabHandleFillBrush
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerUtils.cs (4)
175PInvokeCore.DeleteObject(s_grabHandleFillBrush); 251using SelectObjectScope brushSelection = new(hDC, isPrimary ? s_grabHandleFillBrushPrimary : s_grabHandleFillBrush); 266using SelectObjectScope brushSelection = new(hDC, isPrimary ? s_grabHandleFillBrushPrimary : s_grabHandleFillBrush); 293PInvokeCore.SelectObject(hDC, isPrimary ? s_grabHandleFillBrushPrimary : s_grabHandleFillBrush);