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