4 references to CreateDitherBrush
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
101
using Brush brush =
CreateDitherBrush
(color1, color2);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (2)
22
using Brush backgroundBrush =
CreateDitherBrush
(colors.Highlight, colors.ButtonFace);
68
using Brush backgroundBrush =
CreateDitherBrush
(colors.Highlight, colors.ButtonFace);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
132
backgroundBrush =
CreateDitherBrush
(colors.Highlight, colors.ButtonFace);