5 instantiations of NONCLIENTMETRICS
System.Drawing (5)
commonui\System\Drawing\SystemFonts.cs (5)
38NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 80NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 121NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 162NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 203NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS();
7 references to NONCLIENTMETRICS
System.Drawing (7)
commonui\System\Drawing\NativeMethods.cs (1)
102public int cbSize = Marshal.SizeOf(typeof(NONCLIENTMETRICS));
commonui\System\Drawing\SystemFonts.cs (5)
38NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 80NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 121NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 162NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS(); 203NativeMethods.NONCLIENTMETRICS data = new NativeMethods.NONCLIENTMETRICS();
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
115public static extern bool SystemParametersInfo(int uiAction, int uiParam, [In, Out] NativeMethods.NONCLIENTMETRICS pvParam, int fWinIni);