1 write to cbSize
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
3158var hc = new HIGHCONTRAST { cbSize = Marshal.SizeOf(typeof(HIGHCONTRAST)) };
1 reference to cbSize
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
3160if (!_SystemParametersInfo_HIGHCONTRAST(SPI.GETHIGHCONTRAST, hc.cbSize, ref hc, SPIF.None))