1 write to s_grabHandleFillBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
176
s_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)
175
PInvokeCore.DeleteObject(
s_grabHandleFillBrush
);
251
using SelectObjectScope brushSelection = new(hDC, isPrimary ? s_grabHandleFillBrushPrimary :
s_grabHandleFillBrush
);
266
using SelectObjectScope brushSelection = new(hDC, isPrimary ? s_grabHandleFillBrushPrimary :
s_grabHandleFillBrush
);
293
PInvokeCore.SelectObject(hDC, isPrimary ? s_grabHandleFillBrushPrimary :
s_grabHandleFillBrush
);