9 references to Rectangle
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2003if (bounds.Rectangle.Width != 0 && bounds.Rectangle.Height != 0)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1682Rect rect = bound.Rectangle;
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
280Rect rect = textBounds[boundIndex].Rectangle; 523rect = textBounds[0].Rectangle;
src\Framework\MS\Internal\PtsHost\Line.cs (2)
533Rect rect = textBounds[boundIndex].Rectangle; 1032rect = textBounds[0].Rectangle;
src\Framework\MS\Internal\Text\Line.cs (2)
192Rect rect = textBounds[boundIndex].Rectangle; 491rect = textBounds[0].Rectangle;