2 implementations of GetContentBounds
PresentationCore (2)
System\Windows\Media\Drawing.cs (1)
80Rect IDrawingContent.GetContentBounds(BoundsDrawingContextWalker ctx)
System\Windows\Media\RenderData.cs (1)
136public Rect GetContentBounds(BoundsDrawingContextWalker ctx)
3 references to GetContentBounds
PresentationCore (3)
System\Windows\Media\DrawingVisual.cs (1)
184resultRect = _content.GetContentBounds(ctx);
System\Windows\UIElement.cs (2)
1335Rect resultRect = _drawingContent.GetContentBounds(ctx); 3238resultRect = _drawingContent.GetContentBounds(ctx);