5 references to GetSystemMetrics
PresentationFramework (5)
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);