2 references to OnDcDisposing
System.Drawing (2)
misc\GDI\DeviceContexts.cs (2)
54
dc.Disposing += new EventHandler(
OnDcDisposing
);
65
dc.Disposing -= new EventHandler(
OnDcDisposing
);