2 references to DoNotUseFollowParentWhenBindingToADODataRelationSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
56return LocalAppContext.GetCachedSwitchValue(DoNotUseFollowParentWhenBindingToADODataRelationSwitchName, ref _doNotUseFollowParentWhenBindingToADODataRelation);
System\AppContextDefaultValues.cs (1)
28LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.DoNotUseFollowParentWhenBindingToADODataRelationSwitchName, false);