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)
73
get { return
_baseValueSource
; }
115
return
_baseValueSource
.GetHashCode();
127
return this.
_baseValueSource
== that.
_baseValueSource
&&