3 references to BoundingBoxComputed
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
696
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
728
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
732
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);