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