1 write to _hMetafileDC
System.Windows.Forms (1)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
38_hMetafileDC = hOriginalDC;
2 references to _hMetafileDC
System.Windows.Forms (2)
System\Windows\Forms\Control.MetafileDCWrapper.cs (2)
55if (HDC.IsNull || _hMetafileDC.IsNull || _hBitmap.IsNull) 64success = DICopy(_hMetafileDC, HDC, _destRect, bStretch: true);