11 references to GetRectBounds
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1132
done = ri.DrawGlyphs(gp.GlyphRun, gp.
GetRectBounds
(true), p.Transform, desp);
AlphaFlattener\MetroDevice.cs (2)
209
Rect bounds = g.
GetRectBounds
((needBounds & 1) != 0);
281
g.Brush = BrushProxy.CreateBrush(foreground, g.
GetRectBounds
(needBounds));
AlphaFlattener\Primitive.cs (8)
560
Rect bounds =
GetRectBounds
(true);
912
if (!drawingBrush.Viewbox.Contains(brushPrimitive.
GetRectBounds
(true)))
1369
Rect geometryBounds =
GetRectBounds
(true);
1612
Rect bounds =
GetRectBounds
(true);
1705
_bounds = new RectangleGeometry(
GetRectBounds
(true));
1968
Rect bounds =
GetRectBounds
(true);
2103
Rect r = p.
GetRectBounds
(true);
2160
bounds = p.
GetRectBounds
(true);