10 references to BamlTreeNodeState
PresentationFramework (10)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (10)
276return (_state & BamlTreeNodeState.ContentFormatted) != 0; 282_state |= BamlTreeNodeState.ContentFormatted; 286_state &= (~BamlTreeNodeState.ContentFormatted); 299return (_state & BamlTreeNodeState.NodeVisited) != 0; 305_state |= BamlTreeNodeState.NodeVisited; 309_state &= (~BamlTreeNodeState.NodeVisited); 322return (_state & BamlTreeNodeState.Unidentifiable) != 0; 328_state |= BamlTreeNodeState.Unidentifiable; 332_state &= (~BamlTreeNodeState.Unidentifiable); 344private BamlTreeNodeState _state; // the state of this tree node