3 references to StaticSource
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
342if (_sourceInUse == SourceProperties.None || _sourceInUse == SourceProperties.StaticSource || 348throw new InvalidOperationException(SR.Get(SRID.BindingConflict, SourceProperties.StaticSource, _sourceInUse)); 833(_source == StaticSourceRef) ? SourceProperties.StaticSource :