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