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