1 write to _baseValueSource
PresentationFramework (1)
src\Framework\System\Windows\DependencyPropertyHelper.cs (1)
60_baseValueSource = (BaseValueSource)source;
4 references to _baseValueSource
PresentationFramework (4)
src\Framework\System\Windows\DependencyPropertyHelper.cs (4)
73get { return _baseValueSource; } 115return _baseValueSource.GetHashCode(); 127return this._baseValueSource == that._baseValueSource &&