1 write to s_grabHandlePen
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
182s_grabHandlePen = PInvokeCore.CreatePen(PEN_STYLE.PS_SOLID, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(SystemColors.Window));
2 references to s_grabHandlePen
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (2)
181PInvokeCore.DeleteObject(s_grabHandlePen); 252using SelectObjectScope penSelection = new(hDC, isPrimary ? s_grabHandlePenPrimary : s_grabHandlePen);