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