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