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