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