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