9 references to Rectangle
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
1953if (bounds.Rectangle.Width != 0 && bounds.Rectangle.Height != 0)
System\Windows\Media\FormattedText.cs (1)
1617Rect rect = bound.Rectangle;
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (2)
264Rect rect = textBounds[boundIndex].Rectangle; 507rect = textBounds[0].Rectangle;
MS\Internal\PtsHost\Line.cs (2)
511Rect rect = textBounds[boundIndex].Rectangle; 1010rect = textBounds[0].Rectangle;
MS\Internal\Text\Line.cs (2)
178Rect rect = textBounds[boundIndex].Rectangle; 477rect = textBounds[0].Rectangle;