5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
44
_transform
= Matrix.Identity;
417
_transform
= newValue * _transform;
515
_transform
= _transformStack.Pop();
567
MatrixUtil.TransformRect(ref bounds, ref
_transform
);
626
_transform
= new Matrix();
10 references to _transform
PresentationCore (10)
System\Windows\Media\BoundsDrawingContextWalker.cs (10)
76
_transform
, // world transform
113
_transform
, // world transform
161
_transform
, // world transform
211
_transform
, // world transform
247
Rect geometryBounds = geometry.GetBoundsInternal(pen,
_transform
);
360
_clip = clipGeometry.GetBoundsInternal(pen: null,
_transform
);
365
_clip.Intersect(clipGeometry.GetBoundsInternal(pen: null,
_transform
));
401
_transformStack.Push(
_transform
);
417
_transform = newValue *
_transform
;
565
if (!
_transform
.IsIdentity)