4 references to BoundingBoxComputed
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
570
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
574
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);
590
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
639
_statusFlags |= StatusFlags.
BoundingBoxComputed
;