6 references to SM
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (1)
2843public static extern int GetSystemMetrics(SM nIndex);
System\Windows\SystemParameters.cs (5)
5719Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5720Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5744Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5745Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5747int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYCAPTION);