1 write to _bounds
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
1706
_bounds
= new RectangleGeometry(GetRectBounds(true));
3 references to _bounds
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1703
if (
_bounds
== null)
1709
if (Utility.Covers(g,
_bounds
))
1717
Clip =
_bounds
;