3 writes to idc
System.Windows.Forms (3)
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (3)
74this.idc = idc; 84this.idc = idc; 139this.idc = null;
3 references to idc
System.Windows.Forms (3)
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (3)
128if( this.wg != this.idc ) 133if( this.idc != null ) // not initialized from a Graphics idc. 135this.idc.ReleaseHdc();