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)
342
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.StaticSource ||
348
throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.StaticSource,
_sourceInUse
));
533
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.Source)
547
throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.Source,
_sourceInUse
));
575
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.RelativeSource)
581
throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.RelativeSource,
_sourceInUse
));
594
if (
_sourceInUse
== SourceProperties.None ||
_sourceInUse
== SourceProperties.ElementName)
600
throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.ElementName,
_sourceInUse
));