2 references to AllowChangesDuringVisualTreeChangedSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
101return LocalAppContext.GetCachedSwitchValue(AllowChangesDuringVisualTreeChangedSwitchName, ref _allowChangesDuringVisualTreeChanged);
System\AppContextDefaultValues.cs (1)
23LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.AllowChangesDuringVisualTreeChangedSwitchName, false);