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