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