2 writes to _source
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (2)
729clone._source = _source; 759set { CheckSealed(); _source = value; DetermineSource(); }
5 references to _source
PresentationFramework (5)
src\Framework\System\Windows\Data\Binding.cs (5)
729clone._source = _source; 758get { return (_source == UnsetSource) ? null : _source; } 829(_source == UnsetSource) ? SourceProperties.None : 833(_source == StaticSourceRef) ? SourceProperties.StaticSource :