1 instantiation of DeviceContextHdcScope
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (1)
66/// Prefer to use <see cref="DeviceContextHdcScope(IHdcContext, bool, bool)"/>.
4 references to DeviceContextHdcScope
System.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (3)
158public static implicit operator HDC(in DeviceContextHdcScope scope) => scope.HDC; 159public static implicit operator nint(in DeviceContextHdcScope scope) => scope.HDC; 160public static explicit operator WPARAM(in DeviceContextHdcScope scope) => (WPARAM)scope.HDC;
Windows\Win32\Graphics\Gdi\IGraphicsHdcProvider.cs (1)
9/// Used to provide a way to give <see cref="DeviceContextHdcScope"/> direct internal access to HDC's.