3 references to SwitchDoNotAddrOfCspParentWindowHandle
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
66
AppContext.DefineSwitchDefault(
SwitchDoNotAddrOfCspParentWindowHandle
, true);
91
AppContext.DefineSwitchDefault(
SwitchDoNotAddrOfCspParentWindowHandle
, true);
system\AppContext\AppContextSwitches.cs (1)
132
return GetCachedSwitchValue(AppContextDefaultValues.
SwitchDoNotAddrOfCspParentWindowHandle
, ref _doNotAddrOfCspParentWindowHandle);