4 references to BoundingBoxComputed
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
577
if ((_statusFlags & StatusFlags.
BoundingBoxComputed
) == 0)
581
Debug.Assert((_statusFlags & StatusFlags.
BoundingBoxComputed
) != 0);
597
_statusFlags |= StatusFlags.
BoundingBoxComputed
;
646
_statusFlags |= StatusFlags.
BoundingBoxComputed
;