5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
45
_transform
= Matrix.Identity;
418
_transform
= newValue * _transform;
516
_transform
= _transformStack.Pop();
568
MatrixUtil.TransformRect(ref bounds, ref
_transform
);
627
_transform
= new Matrix();
10 references to _transform
PresentationCore (10)
System\Windows\Media\BoundsDrawingContextWalker.cs (10)
77
_transform
, // world transform
114
_transform
, // world transform
162
_transform
, // world transform
212
_transform
, // world transform
248
Rect geometryBounds = geometry.GetBoundsInternal(pen,
_transform
);
361
_clip = clipGeometry.GetBoundsInternal(null /* pen */,
_transform
);
366
_clip.Intersect(clipGeometry.GetBoundsInternal(null /* pen */,
_transform
));
402
_transformStack.Push(
_transform
);
418
_transform = newValue *
_transform
;
566
if (!
_transform
.IsIdentity)