10 references to BamlTreeNodeState
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeNode.cs (10)
270return (_state & BamlTreeNodeState.ContentFormatted) != 0; 276_state |= BamlTreeNodeState.ContentFormatted; 280_state &= (~BamlTreeNodeState.ContentFormatted); 293return (_state & BamlTreeNodeState.NodeVisited) != 0; 299_state |= BamlTreeNodeState.NodeVisited; 303_state &= (~BamlTreeNodeState.NodeVisited); 316return (_state & BamlTreeNodeState.Unidentifiable) != 0; 322_state |= BamlTreeNodeState.Unidentifiable; 326_state &= (~BamlTreeNodeState.Unidentifiable); 338private BamlTreeNodeState _state; // the state of this tree node