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