2 writes to nativeHandle
System.Windows.Forms (2)
misc\GDI\WindowsBrush.cs (2)
95
this.
nativeHandle
= IntPtr.Zero;
132
this.
nativeHandle
= value;
5 references to nativeHandle
System.Windows.Forms (5)
misc\GDI\WindowsBrush.cs (5)
89
if (dc != null && this.
nativeHandle
!= IntPtr.Zero)
93
dc.DeleteObject(this.
nativeHandle
, GdiObjectType.Brush);
119
if( this.
nativeHandle
== IntPtr.Zero )
124
return this.
nativeHandle
;
129
Debug.Assert(this.
nativeHandle
== IntPtr.Zero, "WindowsBrush object is immutable");