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