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