3 references to BoundingBoxComputed
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
663
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
695
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
699
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);