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