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