1 write to _trans
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4185
_trans
= b.Transform.Value;
8 references to _trans
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
4211
Matrix mat =
_trans
;
4232
Point p0 = new Point(0, 0); p0 =
_trans
.Transform(p0);
4233
Point p1 = new Point(_rx, _ry); p1 =
_trans
.Transform(p1);
4298
bool simple = Utility.IsScaleTranslate(
_trans
);
4310
center =
_trans
.Transform(center);
4312
geometry = new EllipseGeometry(center, _rx * t *
_trans
.M11, _ry * t *
_trans
.M22);
4318
Transform = new MatrixTransform(
_trans
)