5 references to GetSystemMetrics
PresentationFramework (5)
src\Framework\System\Windows\SystemParameters.cs (5)
6322
Size frameSize = new Size(Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CXSIZEFRAME),
6323
Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYSIZEFRAME));
6351
Size frameSize = new Size(Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CXSIZEFRAME),
6352
Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYSIZEFRAME));
6354
int captionHeight = Standard.NativeMethods.
GetSystemMetrics
(Standard.SM.CYCAPTION);