1 write to _isCoerced
PresentationFramework (1)
src\Framework\System\Windows\DependencyPropertyHelper.cs (1)
64
_isCoerced
= isCoerced;
3 references to _isCoerced
PresentationFramework (3)
src\Framework\System\Windows\DependencyPropertyHelper.cs (3)
97
get { return
_isCoerced
; }
130
this.
_isCoerced
== that.
_isCoerced
;