5 writes to _transform
PresentationCore (5)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
44_transform = Matrix.Identity; 417_transform = newValue * _transform; 515_transform = _transformStack.Pop(); 567MatrixUtil.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 247Rect 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; 565if (!_transform.IsIdentity)