2 writes to nativeBrush
System.Drawing (2)
commonui\System\Drawing\Brush.cs (2)
61this.nativeBrush = brush; 117this.nativeBrush = IntPtr.Zero;
4 references to nativeBrush
System.Drawing (4)
commonui\System\Drawing\Brush.cs (4)
59Debug.Assert( this.nativeBrush == IntPtr.Zero, "WARNING: Initialized GDI+ native brush object being assigned a new value."); 75return this.nativeBrush; 99if (this.nativeBrush != IntPtr.Zero) { 104SafeNativeMethods.Gdip.GdipDeleteBrush(new HandleRef(this, this.nativeBrush));