5 writes to _transform
PresentationCore (5)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (5)
61
_transform
= Matrix.Identity;
434
_transform
= newValue * _transform;
532
_transform
= _transformStack.Pop();
584
MatrixUtil.TransformRect(ref bounds, ref
_transform
);
643
_transform
= new Matrix();
10 references to _transform
PresentationCore (10)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (10)
93
_transform
, // world transform
130
_transform
, // world transform
178
_transform
, // world transform
228
_transform
, // world transform
264
Rect geometryBounds = geometry.GetBoundsInternal(pen,
_transform
);
377
_clip = clipGeometry.GetBoundsInternal(null /* pen */,
_transform
);
382
_clip.Intersect(clipGeometry.GetBoundsInternal(null /* pen */,
_transform
));
418
_transformStack.Push(
_transform
);
434
_transform = newValue *
_transform
;
582
if (!
_transform
.IsIdentity)