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