6 references to SM
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (1)
2757public static extern int GetSystemMetrics(SM nIndex);
System\Windows\SystemParameters.cs (5)
5701Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5702Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5726Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5727Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5729int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYCAPTION);