5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
45_transform = Matrix.Identity; 418_transform = newValue * _transform; 516_transform = _transformStack.Pop(); 568MatrixUtil.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 248Rect 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; 566if (!_transform.IsIdentity)