3 references to NodeVisited
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
292
return (_state & BamlTreeNodeState.
NodeVisited
) != 0;
298
_state |= BamlTreeNodeState.
NodeVisited
;
302
_state &= (~BamlTreeNodeState.
NodeVisited
);