2 writes to _inheritableAttribute
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
486
node.
_inheritableAttribute
= _inheritableAttribute;
572
_inheritableAttribute
= value;
2 references to _inheritableAttribute
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
486
node._inheritableAttribute =
_inheritableAttribute
;
568
get { return
_inheritableAttribute
; }