1 write to _trans
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4184_trans = b.Transform.Value;
8 references to _trans
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
4210Matrix mat = _trans; 4231Point p0 = new Point(0, 0); p0 = _trans.Transform(p0); 4232Point p1 = new Point(_rx, _ry); p1 = _trans.Transform(p1); 4297bool simple = Utility.IsScaleTranslate(_trans); 4309center = _trans.Transform(center); 4311geometry = new EllipseGeometry(center, _rx * t * _trans.M11, _ry * t * _trans.M22); 4316geometry.Transform = new MatrixTransform(_trans);