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