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