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