6 overrides of Bounds
PresentationCore (6)
System\Windows\Media\CombinedGeometry.cs (1)
103
public override Rect
Bounds
System\Windows\Media\EllipseGeometry.cs (1)
69
public override Rect
Bounds
System\Windows\Media\LineGeometry.cs (1)
50
public override Rect
Bounds
System\Windows\Media\PathGeometry.cs (1)
675
public override Rect
Bounds
System\Windows\Media\RectangleGeometry.cs (1)
66
public override Rect
Bounds
System\Windows\Media\StreamGeometry.cs (1)
150
public override Rect
Bounds
66 references to Bounds
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
LineSeparators\LineSeparatorTag.cs (1)
51
Canvas.SetTop(border, bounds.
Bounds
.Bottom - border.Height);
PresentationCore (3)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
283
Rect clipBounds = clipGeometry.
Bounds
;
System\Windows\Media\Visual.cs (2)
571
bboxSubgraph.Intersect(clip.
Bounds
);
1104
bboxSubgraph.Intersect(clip.
Bounds
);
PresentationFramework (27)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
694
_bodyHeight = markerGeometry.Children[1].
Bounds
.Height;
695
_topTailHeight = markerGeometry.Children[0].
Bounds
.Height;
696
_bottomTailHeight = markerGeometry.Children[2].
Bounds
.Height;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
464
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
MS\Internal\LayoutDump.cs (2)
220
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
252
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
254
Rect clipBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (3)
75
Rect rectElement = geometry.
Bounds
;
172
Rect visibleRect = (geometry != null) ? geometry.
Bounds
: Rect.Empty;
184
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Controls\TextAdaptor.cs (2)
144
lineRect = geometry.
Bounds
;
347
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Documents\AdornerLayer.cs (2)
734
(adornerInfo.Clip != null && clip != null && adornerInfo.Clip.
Bounds
!= clip.
Bounds
))
System\Windows\Documents\FixedHighlight.cs (1)
120
return p.Data.
Bounds
;
System\Windows\Documents\FixedPage.cs (1)
1260
_RenderLabel(dc, order.ToString(), renderGeom.
Bounds
);
System\Windows\Documents\FixedPageStructure.cs (2)
349
Rect boundingRect = path.Data.
Bounds
;
596
boundingRect = path.Data.
Bounds
;
System\Windows\Documents\FixedSOMImage.cs (1)
82
Rect sourceRect = path.Data.
Bounds
;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
298
if (fill && _ProcessFilledRect(transform, geom.
Bounds
))
System\Windows\Documents\FixedTextBuilder.cs (2)
1185
_boundingRect = geom.
Bounds
; //Get bounding rect
1341
Rect r = g.
Bounds
;
System\Windows\Documents\FixedTextView.cs (2)
217
Rect bounds = path.Data.
Bounds
;
275
Rect clipRect = fh.Element.Clip.
Bounds
;
System\Windows\Documents\HighlightVisual.cs (1)
221
Rect clipRect = fh.Element.Clip.
Bounds
;
System\windows\Documents\TextEditorContextMenu.cs (1)
343
Rect bounds = clip.
Bounds
;
System\Windows\Shapes\Shape.cs (1)
725
return geometry.
Bounds
;
ReachFramework (35)
AlphaFlattener\BrushProxy.cs (6)
1642
Rect bounds = shape.
Bounds
;
1713
if (!Utility.IsRenderVisible(shape.
Bounds
))
3033
visualBounds.Intersect(visualClip.
Bounds
);
3130
visualBounds.Intersect(visualClip.
Bounds
);
4026
_bounds = xgeometry.
Bounds
;
4214
Rect bounds = shape.
Bounds
;
AlphaFlattener\DrawingContext.cs (5)
574
Rect bounds = shape.
Bounds
;
602
Rect bounds = shape.
Bounds
;
652
Rect bounds = g.
Bounds
;
842
if (!Utility.IsRenderVisible(clip.
Bounds
))
863
BitmapSource clippedImageSource = image.GetClippedImage(imageClip.
Bounds
, out clippedImageBounds);
AlphaFlattener\Primitive.cs (8)
332
Rect bounds = gd.Geometry.
Bounds
;
396
gd.GlyphRun.BuildGeometry().
Bounds
,
847
Rect brushGeometryBounds = brushGeometry.
Bounds
;
875
worldGeometry.
Bounds
.Width,
876
worldGeometry.
Bounds
.Height
1591
result = Geometry.
Bounds
;
1604
result = g.
Bounds
;
2180
bounds = Rect.Intersect(bounds, primitive.Clip.
Bounds
);
AlphaFlattener\PrimitiveList.cs (2)
146
Console.Write(LeftPad(clip.
Bounds
, 0));
272
Rect bounds = p.Clip.
Bounds
;
AlphaFlattener\PrimitiveRenderer.cs (1)
476
Rect drawBounds = clipImageSpace.
Bounds
;
AlphaFlattener\Utility.cs (10)
425
Rect bounds = shape.
Bounds
;
692
Rect bounds1 = one.
Bounds
;
693
Rect bounds2 = two.
Bounds
;
726
Rect bounds1 = one.
Bounds
;
727
Rect bounds2 = two.
Bounds
;
779
if (one.
Bounds
.IntersectsWith(two.
Bounds
))
829
Rect cBounds = clip.
Bounds
;
1591
bounds.Intersect(clip.
Bounds
);
2126
if (drawing.ClipGeometry != null && !Utility.IsRenderVisible(drawing.ClipGeometry.
Bounds
))
Serialization\DrawingContextFlattener.cs (1)
248
Rect bounds = geometry.
Bounds
;
Serialization\VisualSerializer.cs (1)
1916
WriteBrush("Fill", brush, geometry.
Bounds
);
Serialization\VisualTreeFlattener.cs (1)
468
if ((clip != null) && !Utility.IsRenderVisible(clip.
Bounds
))