2 references to ShouldNotRenderInNonInteractiveWindowStationSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
264return LocalAppContext.GetCachedSwitchValue(ShouldNotRenderInNonInteractiveWindowStationSwitchName, ref _shouldNotRenderInNonInteractiveWindowStation);
System\AppContextDefaultValues.cs (1)
27LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.ShouldNotRenderInNonInteractiveWindowStationSwitchName, false);