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