11 references to GetRectBounds
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1139done = ri.DrawGlyphs(gp.GlyphRun, gp.GetRectBounds(true), p.Transform, desp);
AlphaFlattener\MetroDevice.cs (2)
210Rect bounds = g.GetRectBounds((needBounds & 1) != 0); 282g.Brush = BrushProxy.CreateBrush(foreground, g.GetRectBounds(needBounds));
AlphaFlattener\Primitive.cs (8)
561Rect bounds = GetRectBounds(true); 913if (!drawingBrush.Viewbox.Contains(brushPrimitive.GetRectBounds(true))) 1376Rect geometryBounds = GetRectBounds(true); 1619Rect bounds = GetRectBounds(true); 1712_bounds = new RectangleGeometry(GetRectBounds(true)); 1975Rect bounds = GetRectBounds(true); 2110Rect r = p.GetRectBounds(true); 2167bounds = p.GetRectBounds(true);