6 references to GetMapMode
System.Windows.Forms (2)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
41Debug.Assert(PInvoke.GetMapMode(hdc) == HDC_MAP_MODE.MM_TEXT);
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
109Debug.Assert(PInvoke.GetMapMode(hdc) == HDC_MAP_MODE.MM_TEXT);
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\DeviceContextScopeTests.cs (3)
71HDC_MAP_MODE currentMode = PInvoke.GetMapMode(dcScope); 88currentMode = PInvoke.GetMapMode(dcScope); 95currentMode = PInvoke.GetMapMode(dcScope);
System.Windows.Forms.Primitives.TestUtilities (1)
DeviceContextState.cs (1)
28MapMode = PInvoke.GetMapMode(hdc);