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