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