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