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