3 references to ContentFormatted
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
270return (_state & BamlTreeNodeState.ContentFormatted) != 0; 276_state |= BamlTreeNodeState.ContentFormatted; 280_state &= (~BamlTreeNodeState.ContentFormatted);