3 references to IHdcContext
System.Private.Windows.GdiPlus (3)
Windows\Win32\Graphics\Gdi\DeviceContextHdcScope.cs (3)
10/// Helper to scope getting a <see cref="HDC"/> from a <see cref="IHdcContext"/> object. Releases 11/// the <see cref="HDC"/> when disposed, unlocking the parent <see cref="IHdcContext"/> object. 66/// Prefer to use <see cref="DeviceContextHdcScope(IHdcContext, bool, bool)"/>.