2 implementations of GetContentBounds
PresentationCore (2)
System\Windows\Media\Drawing.cs (1)
70
Rect IDrawingContent.
GetContentBounds
(BoundsDrawingContextWalker ctx)
System\Windows\Media\RenderData.cs (1)
124
public Rect
GetContentBounds
(BoundsDrawingContextWalker ctx)
3 references to GetContentBounds
PresentationCore (3)
System\Windows\Media\DrawingVisual.cs (1)
170
resultRect = _content.
GetContentBounds
(ctx);
System\Windows\UIElement.cs (2)
1321
Rect resultRect = _drawingContent.
GetContentBounds
(ctx);
3221
resultRect = _drawingContent.
GetContentBounds
(ctx);