1 write to cbSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
86data.cbSize = Marshal.SizeOf(data);
1 reference to cbSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
90bool b = UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETHIGHCONTRAST, data.cbSize, ref data, 0);