10 references to BamlTreeNodeState
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeNode.cs (10)
271return (_state & BamlTreeNodeState.ContentFormatted) != 0; 277_state |= BamlTreeNodeState.ContentFormatted; 281_state &= (~BamlTreeNodeState.ContentFormatted); 294return (_state & BamlTreeNodeState.NodeVisited) != 0; 300_state |= BamlTreeNodeState.NodeVisited; 304_state &= (~BamlTreeNodeState.NodeVisited); 317return (_state & BamlTreeNodeState.Unidentifiable) != 0; 323_state |= BamlTreeNodeState.Unidentifiable; 327_state &= (~BamlTreeNodeState.Unidentifiable); 339private BamlTreeNodeState _state; // the state of this tree node