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