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