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