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)
336
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.StaticSource ||
343
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.StaticSource,
_sourceInUse
));
528
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.Source)
542
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.Source,
_sourceInUse
));
570
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.RelativeSource)
576
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.RelativeSource,
_sourceInUse
));
589
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.ElementName)
595
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.ElementName,
_sourceInUse
));