1 write to _sourceInUse
PresentationFramework (1)
System\Windows\Data\Binding.cs (1)
798
_sourceInUse
=
12 references to _sourceInUse
PresentationFramework (12)
System\Windows\Data\Binding.cs (12)
311
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.StaticSource ||
318
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.StaticSource,
_sourceInUse
));
503
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.Source)
517
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.Source,
_sourceInUse
));
545
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.RelativeSource)
551
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.RelativeSource,
_sourceInUse
));
564
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.ElementName)
570
throw new InvalidOperationException(SR.Format(SR.BindingConflict, SourceProperties.ElementName,
_sourceInUse
));