1 write to s_selectionBorderBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
170s_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)
169s_selectionBorderBrush.Dispose(); 302graphics.FillRectangle(s_selectionBorderBrush, bounds);