10 references to BamlTreeNodeState
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeNode.cs (10)
269return (_state & BamlTreeNodeState.ContentFormatted) != 0; 275_state |= BamlTreeNodeState.ContentFormatted; 279_state &= (~BamlTreeNodeState.ContentFormatted); 292return (_state & BamlTreeNodeState.NodeVisited) != 0; 298_state |= BamlTreeNodeState.NodeVisited; 302_state &= (~BamlTreeNodeState.NodeVisited); 315return (_state & BamlTreeNodeState.Unidentifiable) != 0; 321_state |= BamlTreeNodeState.Unidentifiable; 325_state &= (~BamlTreeNodeState.Unidentifiable); 337private BamlTreeNodeState _state; // the state of this tree node