4 references to Disposing
System.Drawing (4)
misc\GDI\DeviceContext.cs (2)
358
if (this.
Disposing
!= null)
360
this.
Disposing
(this, EventArgs.Empty);
misc\GDI\DeviceContexts.cs (2)
54
dc.
Disposing
+= new EventHandler(OnDcDisposing);
65
dc.
Disposing
-= new EventHandler(OnDcDisposing);