2 writes to wndBrush
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
101this.wndBrush = (WindowsBrush) windowsBrush.Clone(); 168this.wndBrush = null;
8 references to wndBrush
System.Windows.Forms (8)
misc\GDI\WindowsPen.cs (8)
119if (this.wndBrush == null) 127lb.lbColor = ColorTranslator.ToWin32( this.wndBrush.Color ); 140return (this.wndBrush != null) ? 141new WindowsPen(this.dc, this.style, this.width, (WindowsBrush) this.wndBrush.Clone()) : 165if (this.wndBrush != null) 167this.wndBrush.Dispose(); 197this.wndBrush != null ? this.wndBrush.ToString() : "null" );