6 references to SM
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (1)
2753
public static extern int GetSystemMetrics(
SM
nIndex);
System\Windows\SystemParameters.cs (5)
5715
Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CXSIZEFRAME),
5716
Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYSIZEFRAME));
5740
Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CXSIZEFRAME),
5741
Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYSIZEFRAME));
5743
int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYCAPTION);