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