7 writes to _swipeOffset
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\SwipeViewRenderer.cs (7)
789 _swipeOffset = GetSwipeOffset(_initialPoint, point); 1025 _swipeOffset = 0; 1127 _swipeOffset = GetSwipeThreshold(); 1157 _swipeOffset = GetSwipeThreshold(); 1578 _swipeOffset = Math.Abs(_swipeOffset); 1587 _swipeOffset = swipeOffset; 1591 _swipeOffset = -swipeOffset;
12 references to _swipeOffset
Microsoft.Maui.Controls.Compatibility (12)
iOS\Renderers\SwipeViewRenderer.cs (12)
187 if (_swipeOffset != 0) 321 return _swipeOffset != 0; 790 UpdateIsOpen(_swipeOffset != 0); 792 if (Math.Abs(_swipeOffset) > double.Epsilon) 823 if (Math.Abs(_swipeOffset) < swipeThresholdPercent) 891 var offset = ValidateSwipeOffset(_swipeOffset); 1093 if (Math.Abs(_swipeOffset) >= swipeThresholdPercent) 1128 double swipeThreshold = _swipeOffset; 1158 double swipeThreshold = _swipeOffset; 1578 _swipeOffset = Math.Abs(_swipeOffset); 1617 var swipeChangingEventArgs = new SwipeChangingEventArgs(_swipeDirection.Value, _swipeOffset); 1630 if (Math.Abs(_swipeOffset) >= swipeThresholdPercent)