3 references to RelativeSource
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
575if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.RelativeSource) 581throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.RelativeSource, _sourceInUse)); 830(HasValue(Feature.RelativeSource)) ? SourceProperties.RelativeSource :