1 write to s_selectionBorderBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
170
s_selectionBorderBrush
= new HatchBrush(HatchStyle.Percent50, SystemColors.ControlDarkDark, SystemColors.ControlDarkDark);
2 references to s_selectionBorderBrush
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (2)
169
s_selectionBorderBrush
.Dispose();
302
graphics.FillRectangle(
s_selectionBorderBrush
, bounds);