6 overrides of Bounds
PresentationCore (6)
System\Windows\Media\CombinedGeometry.cs (1)
102
public override Rect
Bounds
System\Windows\Media\EllipseGeometry.cs (1)
68
public override Rect
Bounds
System\Windows\Media\LineGeometry.cs (1)
49
public override Rect
Bounds
System\Windows\Media\PathGeometry.cs (1)
674
public override Rect
Bounds
System\Windows\Media\RectangleGeometry.cs (1)
65
public override Rect
Bounds
System\Windows\Media\StreamGeometry.cs (1)
149
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)
282
Rect clipBounds = clipGeometry.
Bounds
;
System\Windows\Media\Visual.cs (2)
570
bboxSubgraph.Intersect(clip.
Bounds
);
1101
bboxSubgraph.Intersect(clip.
Bounds
);
PresentationFramework (27)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
693
_bodyHeight = markerGeometry.Children[1].
Bounds
.Height;
694
_topTailHeight = markerGeometry.Children[0].
Bounds
.Height;
695
_bottomTailHeight = markerGeometry.Children[2].
Bounds
.Height;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
463
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
MS\Internal\LayoutDump.cs (2)
219
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
251
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
253
Rect clipBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (3)
74
Rect rectElement = geometry.
Bounds
;
171
Rect visibleRect = (geometry != null) ? geometry.
Bounds
: Rect.Empty;
183
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Controls\TextAdaptor.cs (2)
146
lineRect = geometry.
Bounds
;
349
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Documents\AdornerLayer.cs (2)
733
(adornerInfo.Clip != null && clip != null && adornerInfo.Clip.
Bounds
!= clip.
Bounds
))
System\Windows\Documents\FixedHighlight.cs (1)
119
return p.Data.
Bounds
;
System\Windows\Documents\FixedPage.cs (1)
1259
_RenderLabel(dc, order.ToString(), renderGeom.
Bounds
);
System\Windows\Documents\FixedPageStructure.cs (2)
348
Rect boundingRect = path.Data.
Bounds
;
595
boundingRect = path.Data.
Bounds
;
System\Windows\Documents\FixedSOMImage.cs (1)
81
Rect sourceRect = path.Data.
Bounds
;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
297
if (fill && _ProcessFilledRect(transform, geom.
Bounds
))
System\Windows\Documents\FixedTextBuilder.cs (2)
1184
_boundingRect = geom.
Bounds
; //Get bounding rect
1340
Rect r = g.
Bounds
;
System\Windows\Documents\FixedTextView.cs (2)
216
Rect bounds = path.Data.
Bounds
;
274
Rect clipRect = fh.Element.Clip.
Bounds
;
System\Windows\Documents\HighlightVisual.cs (1)
220
Rect clipRect = fh.Element.Clip.
Bounds
;
System\windows\Documents\TextEditorContextMenu.cs (1)
342
Rect bounds = clip.
Bounds
;
System\Windows\Shapes\Shape.cs (1)
724
return geometry.
Bounds
;
ReachFramework (35)
AlphaFlattener\BrushProxy.cs (6)
1641
Rect bounds = shape.
Bounds
;
1712
if (!Utility.IsRenderVisible(shape.
Bounds
))
3032
visualBounds.Intersect(visualClip.
Bounds
);
3129
visualBounds.Intersect(visualClip.
Bounds
);
4025
_bounds = xgeometry.
Bounds
;
4213
Rect bounds = shape.
Bounds
;
AlphaFlattener\DrawingContext.cs (5)
573
Rect bounds = shape.
Bounds
;
601
Rect bounds = shape.
Bounds
;
651
Rect bounds = g.
Bounds
;
841
if (!Utility.IsRenderVisible(clip.
Bounds
))
862
BitmapSource clippedImageSource = image.GetClippedImage(imageClip.
Bounds
, out clippedImageBounds);
AlphaFlattener\Primitive.cs (8)
331
Rect bounds = gd.Geometry.
Bounds
;
395
gd.GlyphRun.BuildGeometry().
Bounds
,
846
Rect brushGeometryBounds = brushGeometry.
Bounds
;
874
worldGeometry.
Bounds
.Width,
875
worldGeometry.
Bounds
.Height
1590
result = Geometry.
Bounds
;
1603
result = g.
Bounds
;
2179
bounds = Rect.Intersect(bounds, primitive.Clip.
Bounds
);
AlphaFlattener\PrimitiveList.cs (2)
145
Console.Write(LeftPad(clip.
Bounds
, 0));
271
Rect bounds = p.Clip.
Bounds
;
AlphaFlattener\PrimitiveRenderer.cs (1)
475
Rect drawBounds = clipImageSpace.
Bounds
;
AlphaFlattener\Utility.cs (10)
424
Rect bounds = shape.
Bounds
;
691
Rect bounds1 = one.
Bounds
;
692
Rect bounds2 = two.
Bounds
;
725
Rect bounds1 = one.
Bounds
;
726
Rect bounds2 = two.
Bounds
;
778
if (one.
Bounds
.IntersectsWith(two.
Bounds
))
828
Rect cBounds = clip.
Bounds
;
1590
bounds.Intersect(clip.
Bounds
);
2125
if (drawing.ClipGeometry != null && !Utility.IsRenderVisible(drawing.ClipGeometry.
Bounds
))
Serialization\DrawingContextFlattener.cs (1)
247
Rect bounds = geometry.
Bounds
;
Serialization\VisualSerializer.cs (1)
1915
WriteBrush("Fill", brush, geometry.
Bounds
);
Serialization\VisualTreeFlattener.cs (1)
467
if ((clip != null) && !Utility.IsRenderVisible(clip.
Bounds
))