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