1 type derived from WindowsBrush
System.Windows.Forms (1)
misc\GDI\WindowsSolidBrush.cs (1)
29
sealed class WindowsSolidBrush :
WindowsBrush
9 references to WindowsBrush
System.Windows.Forms (9)
misc\GDI\WindowsGraphics2.cs (4)
102
private void DrawEllipse(WindowsPen pen,
WindowsBrush
brush,
125
public void DrawAndFillEllipse(WindowsPen pen,
WindowsBrush
brush, Rectangle bounds)
616
public void FillRectangle(
WindowsBrush
brush, Rectangle rect)
622
public void FillRectangle(
WindowsBrush
brush, int x, int y, int width, int height)
misc\GDI\WindowsPen.cs (5)
51
private
WindowsBrush
wndBrush;
78
public WindowsPen(DeviceContext dc,
WindowsBrush
windowsBrush ) :
96
public WindowsPen(DeviceContext dc, WindowsPenStyle style, int width,
WindowsBrush
windowsBrush )
101
this.wndBrush = (
WindowsBrush
) windowsBrush.Clone();
141
new WindowsPen(this.dc, this.style, this.width, (
WindowsBrush
) this.wndBrush.Clone()) :