6 writes to _state
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (6)
282_state |= BamlTreeNodeState.ContentFormatted; 286_state &= (~BamlTreeNodeState.ContentFormatted); 305_state |= BamlTreeNodeState.NodeVisited; 309_state &= (~BamlTreeNodeState.NodeVisited); 328_state |= BamlTreeNodeState.Unidentifiable; 332_state &= (~BamlTreeNodeState.Unidentifiable);
3 references to _state
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
276return (_state & BamlTreeNodeState.ContentFormatted) != 0; 299return (_state & BamlTreeNodeState.NodeVisited) != 0; 322return (_state & BamlTreeNodeState.Unidentifiable) != 0;