2 writes to dc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
621this.dc = DeviceContext.FromHdc(hDC.Handle); 721this.dc = null;
8 references to dc
System.Windows.Forms (8)
winforms\Managed\System\WinForms\WinFormsUtils.cs (8)
623this.dc.SaveHdc(); 690this.dc.RestoreHdc(); 691this.dc.Dispose(); 717if (this.dc != null) { 719this.dc.RestoreHdc(); 720this.dc.Dispose(); 734Debug.Assert(this.dc != null, "unexpected null dc!"); 737this.graphics = Graphics.FromHdcInternal(dc.Hdc);