5 references to GetSystemMetrics
PresentationFramework (5)
System\Windows\SystemParameters.cs (5)
5719
Size frameSize = new Size(Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CXSIZEFRAME),
5720
Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYSIZEFRAME));
5744
Size frameSize = new Size(Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CXSIZEFRAME),
5745
Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYSIZEFRAME));
5747
int captionHeight = Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYCAPTION);