11 references to GetRectBounds
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1135
done = ri.DrawGlyphs(gp.GlyphRun, gp.
GetRectBounds
(true), p.Transform, desp);
AlphaFlattener\MetroDevice.cs (2)
215
Rect bounds = g.
GetRectBounds
((needBounds & 1) != 0);
286
g.Brush = BrushProxy.CreateBrush(foreground, g.
GetRectBounds
(needBounds));
AlphaFlattener\Primitive.cs (8)
562
Rect bounds =
GetRectBounds
(true);
913
if (!drawingBrush.Viewbox.Contains(brushPrimitive.
GetRectBounds
(true)))
1376
Rect geometryBounds =
GetRectBounds
(true);
1613
Rect bounds =
GetRectBounds
(true);
1706
_bounds = new RectangleGeometry(
GetRectBounds
(true));
1968
Rect bounds =
GetRectBounds
(true);
2103
Rect r = p.
GetRectBounds
(true);
2160
bounds = p.
GetRectBounds
(true);