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