3 writes to _statusFlags
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
389_statusFlags |= StatusFlags.HasOverflowed; 597_statusFlags |= StatusFlags.BoundingBoxComputed; 646_statusFlags |= StatusFlags.BoundingBoxComputed;
3 references to _statusFlags
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
577if ((_statusFlags & StatusFlags.BoundingBoxComputed) == 0) 581Debug.Assert((_statusFlags & StatusFlags.BoundingBoxComputed) != 0); 1201get { return (_statusFlags & StatusFlags.HasOverflowed) != 0; }