4 references to DpiAwarenessContext
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
2643
if (CommonUnsafeNativeMethods.TryFindDpiAwarenessContextsEqual(p.
DpiAwarenessContext
, context)) {
winforms\Managed\System\WinForms\Control.cs (3)
5822
Application.ParkHandle(cp, this.
DpiAwarenessContext
);
8435
Application.ParkHandle(new HandleRef(this, this.Handle), this.
DpiAwarenessContext
);
11998
Application.ParkHandle(new HandleRef(window, Handle), this.
DpiAwarenessContext
);