6 references to SM
PresentationFramework (6)
System\Windows\Standard\NativeMethods.cs (1)
2758
public static extern int GetSystemMetrics(
SM
nIndex);
System\Windows\SystemParameters.cs (5)
5719
Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CXSIZEFRAME),
5720
Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYSIZEFRAME));
5744
Size frameSize = new Size(Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CXSIZEFRAME),
5745
Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYSIZEFRAME));
5747
int captionHeight = Standard.NativeMethods.GetSystemMetrics(Standard.
SM
.CYCAPTION);