9 references to Rectangle
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
1967if (bounds.Rectangle.Width != 0 && bounds.Rectangle.Height != 0)
System\Windows\Media\FormattedText.cs (1)
1665Rect rect = bound.Rectangle;
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
278Rect rect = textBounds[boundIndex].Rectangle; 521rect = textBounds[0].Rectangle;
MS\Internal\PtsHost\Line.cs (2)
530Rect rect = textBounds[boundIndex].Rectangle; 1029rect = textBounds[0].Rectangle;
MS\Internal\Text\Line.cs (2)
189Rect rect = textBounds[boundIndex].Rectangle; 488rect = textBounds[0].Rectangle;