1 write to _sourceInUse
PresentationFramework (1)
System\Windows\Data\Binding.cs (1)
823_sourceInUse =
12 references to _sourceInUse
PresentationFramework (12)
System\Windows\Data\Binding.cs (12)
336if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.StaticSource || 343throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.StaticSource, _sourceInUse)); 528if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.Source) 542throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.Source, _sourceInUse)); 570if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.RelativeSource) 576throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.RelativeSource, _sourceInUse)); 589if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.ElementName) 595throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.ElementName, _sourceInUse));