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