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