10 references to BamlTreeNodeState
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeNode.cs (10)
273return (_state & BamlTreeNodeState.ContentFormatted) != 0; 279_state |= BamlTreeNodeState.ContentFormatted; 283_state &= (~BamlTreeNodeState.ContentFormatted); 296return (_state & BamlTreeNodeState.NodeVisited) != 0; 302_state |= BamlTreeNodeState.NodeVisited; 306_state &= (~BamlTreeNodeState.NodeVisited); 319return (_state & BamlTreeNodeState.Unidentifiable) != 0; 325_state |= BamlTreeNodeState.Unidentifiable; 329_state &= (~BamlTreeNodeState.Unidentifiable); 341private BamlTreeNodeState _state; // the state of this tree node