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