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