5 references to GetSystemMetrics
PresentationFramework (5)
System\Windows\SystemParameters.cs (5)
5701Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5702Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5726Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.SM.CXSIZEFRAME), 5727Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYSIZEFRAME)); 5729int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.SM.CYCAPTION);