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