6 references to HatchBrush
System.Drawing.Common (1)
System\Drawing\Drawing2D\HatchBrush.cs (1)
9: this(hatchstyle, foreColor, Color.FromArgb(unchecked((int)0xff000000)))
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
1428selectionBorderBrush = new HatchBrush(HatchStyle.Percent50, SystemColors.HighlightText, Color.Transparent); 1432selectionBorderBrush = new HatchBrush(HatchStyle.Percent50, SystemColors.ControlDarkDark, Color.Transparent);
System\Windows\Forms\Design\DesignerUtils.cs (3)
25new(HatchStyle.Percent50, SystemColors.ControlDarkDark, SystemColors.ControlDarkDark); 170s_selectionBorderBrush = new HatchBrush(HatchStyle.Percent50, SystemColors.ControlDarkDark, SystemColors.ControlDarkDark); 236FrameStyle.Dashed => new HatchBrush(HatchStyle.Percent50, color, Color.Transparent),