1 write to bounds
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
2167bounds = p.GetRectBounds(true);
13 references to bounds
ReachFramework (13)
AlphaFlattener\Flattener.cs (2)
989target.Union(pi.bounds); 1040ctx.DrawRectangle(null, black, pi.bounds);
AlphaFlattener\Primitive.cs (3)
2182Rect bounds = this.bounds; 2199if (bounds.Contains(p.bounds))
AlphaFlattener\PrimitiveList.cs (8)
140Console.Write(LeftPad(info.bounds, 0)); 254bool skip = !Utility.IsRenderVisible(info.bounds) || Utility.Disjoint(p.Clip, info.bounds); 280else if ((bounds.Left <= info.bounds.Left) && 281(bounds.Top <= info.bounds.Top) && 282(bounds.Right >= info.bounds.Right) && 283(bounds.Bottom >= info.bounds.Bottom)) 303return (_commands[index]).bounds;