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