5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
59
_transform
= Matrix.Identity;
432
_transform
= newValue * _transform;
530
_transform
= _transformStack.Pop();
582
MatrixUtil.TransformRect(ref bounds, ref
_transform
);
641
_transform
= new Matrix();
10 references to _transform
PresentationCore (10)
System\Windows\Media\BoundsDrawingContextWalker.cs (10)
91
_transform
, // world transform
128
_transform
, // world transform
176
_transform
, // world transform
226
_transform
, // world transform
262
Rect geometryBounds = geometry.GetBoundsInternal(pen,
_transform
);
375
_clip = clipGeometry.GetBoundsInternal(null /* pen */,
_transform
);
380
_clip.Intersect(clipGeometry.GetBoundsInternal(null /* pen */,
_transform
));
416
_transformStack.Push(
_transform
);
432
_transform = newValue *
_transform
;
580
if (!
_transform
.IsIdentity)