2 writes to cbSize
PresentationFramework (2)
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
1993
ncm.
cbSize
= Marshal.SizeOf(typeof(NONCLIENTMETRICS));
2005
ncm.
cbSize
= Marshal.SizeOf(typeof(NONCLIENTMETRICS)) - sizeof(int);
1 reference to cbSize
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3624
if (!_SystemParametersInfo_NONCLIENTMETRICS(SPI.GETNONCLIENTMETRICS, metrics.
cbSize
, ref metrics, SPIF.None))