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