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(); 584MatrixUtil.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 264Rect 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; 582if (!_transform.IsIdentity)