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