7 instantiations of HatchBrush
System.Drawing.Common (2)
System\Drawing\Drawing2D\HatchBrush.cs (1)
36
return new
HatchBrush
((GpHatch*)clonedBrush);
System\Drawing\Pen.cs (1)
605
brush = new
HatchBrush
((GpHatch*)GetNativeBrush());
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (2)
1428
selectionBorderBrush = new
HatchBrush
(HatchStyle.Percent50, SystemColors.HighlightText, Color.Transparent);
1432
selectionBorderBrush = new
HatchBrush
(HatchStyle.Percent50, SystemColors.ControlDarkDark, Color.Transparent);
System\Windows\Forms\Design\DesignerUtils.cs (3)
25
new
(HatchStyle.Percent50, SystemColors.ControlDarkDark, SystemColors.ControlDarkDark);
170
s_selectionBorderBrush = new
HatchBrush
(HatchStyle.Percent50, SystemColors.ControlDarkDark, SystemColors.ControlDarkDark);
236
FrameStyle.Dashed => new
HatchBrush
(HatchStyle.Percent50, color, Color.Transparent),
3 references to HatchBrush
System.Drawing (1)
System.Drawing.cs (1)
36
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
HatchBrush
))]
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
1425
HatchBrush
selectionBorderBrush;
System\Windows\Forms\Design\DesignerUtils.cs (1)
24
private static
HatchBrush
s_selectionBorderBrush =