6 references to SM
PresentationFramework (6)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3152public static extern int GetSystemMetrics(SM nIndex);
src\Framework\System\Windows\SystemParameters.cs (5)
6322Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 6323Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 6351Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 6352Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 6354int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYCAPTION);