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