2 implementations of GetContentBounds
PresentationCore (2)
Core\CSharp\System\Windows\Media\Drawing.cs (1)
89
Rect IDrawingContent.
GetContentBounds
(BoundsDrawingContextWalker ctx)
Core\CSharp\System\Windows\Media\RenderData.cs (1)
141
public Rect
GetContentBounds
(BoundsDrawingContextWalker ctx)
3 references to GetContentBounds
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
193
resultRect = _content.
GetContentBounds
(ctx);
Core\CSharp\System\Windows\UIElement.cs (2)
1349
Rect resultRect = _drawingContent.
GetContentBounds
(ctx);
3272
resultRect = _drawingContent.
GetContentBounds
(ctx);