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