2 writes to cbSize
PresentationFramework (2)
System\Windows\Standard\NativeMethods.cs (2)
1884
cbSize
= Marshal.SizeOf(typeof(NONCLIENTMETRICS))
1897
cbSize
= Marshal.SizeOf(typeof(NONCLIENTMETRICS)) - sizeof(int)
1 reference to cbSize
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
3019
if (!_SystemParametersInfo_NONCLIENTMETRICS(SPI.GETNONCLIENTMETRICS, metrics.
cbSize
, ref metrics, SPIF.None))