2 writes to _nativeHdc
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
146
_nativeHdc
= HDC.Null;
496
_nativeHdc
= hdc;
3 references to _nativeHdc
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
177
if (!
_nativeHdc
.IsNull)
497
return
_nativeHdc
;
503
public void ReleaseHdc() => ReleaseHdcInternal(
_nativeHdc
);