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