2 references to GetBkMode
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
111
Debug.Assert(PInvoke.
GetBkMode
(hdc) == BACKGROUND_MODE.OPAQUE);
System.Windows.Forms.Primitives.TestUtilities (1)
DeviceContextState.cs (1)
33
BackgroundMode = PInvoke.
GetBkMode
(hdc);