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