6 references to SM
PresentationFramework (6)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3152
public static extern int GetSystemMetrics(
SM
nIndex);
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);