1 write to _sourceInUse
PresentationFramework (1)
src\Framework\System\Windows\Data\Binding.cs (1)
828_sourceInUse =
12 references to _sourceInUse
PresentationFramework (12)
src\Framework\System\Windows\Data\Binding.cs (12)
342if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.StaticSource || 348throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.StaticSource, _sourceInUse)); 533if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.Source) 547throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.Source, _sourceInUse)); 575if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.RelativeSource) 581throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.RelativeSource, _sourceInUse)); 594if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.ElementName) 600throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.ElementName, _sourceInUse));