1 write to _hdc
System.Windows.Forms.Primitives.TestUtilities (1)
HdcDeviceContextAdapter.cs (1)
16
public HdcDeviceContextAdapter(HDC hdc) =>
_hdc
= hdc;
1 reference to _hdc
System.Windows.Forms.Primitives.TestUtilities (1)
HdcDeviceContextAdapter.cs (1)
18
public IntPtr GetHdc() => (IntPtr)
_hdc
;