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