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)
677
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)
690
_bodyHeight = markerGeometry.Children[1].
Bounds
.Height;
691
_topTailHeight = markerGeometry.Children[0].
Bounds
.Height;
692
_bottomTailHeight = markerGeometry.Children[2].
Bounds
.Height;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
464
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
MS\Internal\LayoutDump.cs (2)
218
DumpRect(writer, "Clip.Bounds", clip.
Bounds
);
250
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
;
356
Rect rectBounds = VisualTreeHelper.GetClip(visual).
Bounds
;
System\Windows\Documents\AdornerLayer.cs (2)
732
(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)
1258
_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)
296
if (fill && _ProcessFilledRect(transform, geom.
Bounds
))
System\Windows\Documents\FixedTextBuilder.cs (2)
1188
_boundingRect = geom.
Bounds
; //Get bounding rect
1344
Rect r = g.
Bounds
;
System\Windows\Documents\FixedTextView.cs (2)
222
Rect bounds = path.Data.
Bounds
;
280
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)
723
return geometry.
Bounds
;
ReachFramework (35)
AlphaFlattener\BrushProxy.cs (6)
1643
Rect bounds = shape.
Bounds
;
1714
if (!Utility.IsRenderVisible(shape.
Bounds
))
3032
visualBounds.Intersect(visualClip.
Bounds
);
3127
visualBounds.Intersect(visualClip.
Bounds
);
4024
_bounds = xgeometry.
Bounds
;
4212
Rect bounds = shape.
Bounds
;
AlphaFlattener\DrawingContext.cs (5)
572
Rect bounds = shape.
Bounds
;
600
Rect bounds = shape.
Bounds
;
650
Rect bounds = g.
Bounds
;
840
if (!Utility.IsRenderVisible(clip.
Bounds
))
861
BitmapSource clippedImageSource = image.GetClippedImage(imageClip.
Bounds
, out clippedImageBounds);
AlphaFlattener\Primitive.cs (8)
332
Rect bounds = gd.Geometry.
Bounds
;
395
gd.GlyphRun.BuildGeometry().
Bounds
,
843
Rect brushGeometryBounds = brushGeometry.
Bounds
;
871
worldGeometry.
Bounds
.Width,
872
worldGeometry.
Bounds
.Height
1586
result = Geometry.
Bounds
;
1599
result = g.
Bounds
;
2174
bounds = Rect.Intersect(bounds, primitive.Clip.
Bounds
);
AlphaFlattener\PrimitiveList.cs (2)
148
Console.Write(LeftPad(clip.
Bounds
, 0));
274
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
;
1590
bounds.Intersect(clip.
Bounds
);
2125
if (drawing.ClipGeometry != null && !Utility.IsRenderVisible(drawing.ClipGeometry.
Bounds
))
Serialization\DrawingContextFlattener.cs (1)
248
Rect bounds = geometry.
Bounds
;
Serialization\VisualSerializer.cs (1)
1915
WriteBrush("Fill", brush, geometry.
Bounds
);
Serialization\VisualTreeFlattener.cs (1)
468
if ((clip != null) && !Utility.IsRenderVisible(clip.
Bounds
))