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