6 overrides of Bounds
PresentationCore (6)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
123
public override Rect
Bounds
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
89
public override Rect
Bounds
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
69
public override Rect
Bounds
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
744
public override Rect
Bounds
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
83
public override Rect
Bounds
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
192
public override Rect
Bounds
27 references to Bounds
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
315
Rect clipBounds = clipGeometry.
Bounds
;
Core\CSharp\System\Windows\Media\Visual.cs (2)
594
bboxSubgraph.Intersect(clip.
Bounds
);
1130
bboxSubgraph.Intersect(clip.
Bounds
);
PresentationFramework (24)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
717
_bodyHeight = markerGeometry.Children[1].
Bounds
.Height;
718
_topTailHeight = markerGeometry.Children[0].
Bounds
.Height;
719
_bottomTailHeight = markerGeometry.Children[2].
Bounds
.Height;
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
486
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
src\Framework\MS\Internal\LayoutDump.cs (2)
223
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
255
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
270
Rect clipBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (3)
87
Rect rectElement = geometry.
Bounds
;
190
Rect visibleRect = (geometry != null) ? geometry.
Bounds
: Rect.Empty;
202
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
155
lineRect = geometry.
Bounds
;
338
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
751
(adornerInfo.Clip != null && clip != null && adornerInfo.Clip.
Bounds
!= clip.
Bounds
))
src\Framework\System\Windows\Documents\FixedHighlight.cs (1)
128
return p.Data.
Bounds
;
src\Framework\System\Windows\Documents\FixedSOMImage.cs (1)
89
Rect sourceRect = path.Data.
Bounds
;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
309
if (fill && _ProcessFilledRect(transform, geom.
Bounds
))
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1220
_boundingRect = geom.
Bounds
; //Get bounding rect
1377
Rect r = g.
Bounds
;
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
238
Rect bounds = path.Data.
Bounds
;
296
Rect clipRect = fh.Element.Clip.
Bounds
;
src\Framework\System\Windows\Documents\HighlightVisual.cs (1)
234
Rect clipRect = fh.Element.Clip.
Bounds
;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
367
Rect bounds = clip.
Bounds
;
src\Framework\System\Windows\Shapes\Shape.cs (1)
733
return geometry.
Bounds
;