6 references to SM
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (1)
2753public static extern int GetSystemMetrics(SM nIndex);
System\Windows\SystemParameters.cs (5)
5715Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5716Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5740Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5741Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5743int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYCAPTION);