1 instantiation of HIGHCONTRAST
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3639
var hc = new
HIGHCONTRAST
{ cbSize = Marshal.SizeOf(typeof(HIGHCONTRAST)) };
4 references to HIGHCONTRAST
PresentationFramework (4)
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
3598
private static extern bool _SystemParametersInfo_HIGHCONTRAST(SPI uiAction, int uiParam, [In, Out] ref
HIGHCONTRAST
pvParam, SPIF fWinIni);
3637
public static
HIGHCONTRAST
SystemParameterInfo_GetHIGHCONTRAST()
3639
var
hc = new HIGHCONTRAST { cbSize = Marshal.SizeOf(typeof(
HIGHCONTRAST
)) };