2 references to DoNotUseFollowParentWhenBindingToADODataRelationSwitchName
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkAppContextSwitches.cs (1)
65return LocalAppContext.GetCachedSwitchValue(DoNotUseFollowParentWhenBindingToADODataRelationSwitchName, ref _doNotUseFollowParentWhenBindingToADODataRelation);
src\Framework\System\AppContextDefaultValues.cs (1)
42LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.DoNotUseFollowParentWhenBindingToADODataRelationSwitchName, true);