4 references to BoundingBoxComputed
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
561
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
565
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);
581
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
630
_statusFlags |= StatusFlags.
BoundingBoxComputed
;