2 writes to _originalBounds
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SwipeViewRenderer.cs (2)
506
_originalBounds
= _contentView.Frame;
1026
_originalBounds
= CGRect.Empty;
83 references to _originalBounds
Microsoft.Maui.Controls.Compatibility (83)
iOS\Renderers\SwipeViewRenderer.cs (83)
505
if (
_originalBounds
== CGRect.Empty)
524
child.Frame = new CGRect(
_originalBounds
.X + _contentView.Frame.Width - (swipeItemWidth + previousWidth),
_originalBounds
.Y, swipeItemWidth, swipeItemHeight);
527
child.Frame = new CGRect(
_originalBounds
.X + previousWidth,
_originalBounds
.Y, swipeItemWidth, swipeItemHeight);
530
child.Frame = new CGRect(
_originalBounds
.X + previousWidth,
_originalBounds
.Y, swipeItemWidth, swipeItemHeight);
533
child.Frame = new CGRect(
_originalBounds
.X + previousWidth, _contentView.Frame.Height - swipeItemHeight +
_originalBounds
.Y, swipeItemWidth, swipeItemHeight);
902
_contentView.Frame = new CGRect(
_originalBounds
.X + offset,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
905
_contentView.Frame = new CGRect(
_originalBounds
.X + offset,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
908
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + offset,
_originalBounds
.Width,
_originalBounds
.Height);
911
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + offset,
_originalBounds
.Width,
_originalBounds
.Height);
927
_contentView.Frame = new CGRect(
_originalBounds
.X + offset,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
932
_contentView.Frame = new CGRect(
_originalBounds
.X + offset,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
937
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + offset,
_originalBounds
.Width,
_originalBounds
.Height);
942
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + offset,
_originalBounds
.Width,
_originalBounds
.Height);
1067
if (
_originalBounds
!= CGRect.Empty)
1068
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1078
if (
_originalBounds
!= CGRect.Empty)
1079
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1133
_contentView.Frame = new CGRect(
_originalBounds
.X - swipeThreshold,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1136
_contentView.Frame = new CGRect(
_originalBounds
.X + swipeThreshold,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1139
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y - swipeThreshold,
_originalBounds
.Width,
_originalBounds
.Height);
1142
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + swipeThreshold,
_originalBounds
.Width,
_originalBounds
.Height);
1165
_contentView.Frame = new CGRect(
_originalBounds
.X - swipeThreshold,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1170
_contentView.Frame = new CGRect(
_originalBounds
.X + swipeThreshold,
_originalBounds
.Y,
_originalBounds
.Width,
_originalBounds
.Height);
1175
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y - swipeThreshold,
_originalBounds
.Width,
_originalBounds
.Height);
1180
_contentView.Frame = new CGRect(
_originalBounds
.X,
_originalBounds
.Y + swipeThreshold,
_originalBounds
.Width,
_originalBounds
.Height);