4 references to BoundingBoxComputed
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
560
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
564
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);
580
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
623
_statusFlags |= StatusFlags.
BoundingBoxComputed
;