4 instantiations of NONCLIENTMETRICS
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SystemInformation.cs (4)
382NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1820NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1915NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1939NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS();
8 references to NONCLIENTMETRICS
System.Windows.Forms (8)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3137public int cbSize = Marshal.SizeOf(typeof(NONCLIENTMETRICS));
winforms\Managed\System\WinForms\SystemInformation.cs (4)
382NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1820NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1915NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 1939NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
1169public static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.NONCLIENTMETRICS metrics, int nUpdate); 1174public static extern bool SystemParametersInfoForDpi(int nAction, int nParam, [In, Out] NativeMethods.NONCLIENTMETRICS metrics, int nUpdate, uint dpi); 1179public static bool TrySystemParametersInfoForDpi(int nAction, int nParam, [In, Out] NativeMethods.NONCLIENTMETRICS metrics, int nUpdate, uint dpi) {