5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
59_transform = Matrix.Identity; 432_transform = newValue * _transform; 530_transform = _transformStack.Pop(); 582MatrixUtil.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 262Rect 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; 580if (!_transform.IsIdentity)