3 writes to cbSize
System.Drawing.Common (1)
System\Drawing\SystemFonts.cs (1)
53
metrics = new NONCLIENTMETRICSW {
cbSize
= (uint)sizeof(NONCLIENTMETRICSW) };
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (2)
66
metrics.
cbSize
= (uint)sizeof(NONCLIENTMETRICSW);
85
metrics.
cbSize
= (uint)sizeof(NONCLIENTMETRICSW);
2 references to cbSize
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (2)
69
metrics.
cbSize
,
88
metrics.
cbSize
,