3 writes to _contentView
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
257
_contentView
= null;
330
_contentView
= CreateEmptyContent();
338
_contentView
= Subviews[0];
56 references to _contentView
Microsoft.Maui.Controls.Compatibility (56)
iOS\Renderers\SwipeViewRenderer.cs (56)
150
if (
_contentView
!= null &&
_contentView
.Frame.IsEmpty)
151
_contentView
.Frame = Bounds;
254
if (
_contentView
!= null)
256
_contentView
.Dispose();
331
AddSubview(
_contentView
);
341
if (
_contentView
!= null)
342
BringSubviewToFront(
_contentView
);
363
if (
_contentView
== null)
428
_contentView
.UserInteractionEnabled = isContentEnabled;
443
if (
_contentView
== null || _actionView != null)
458
swipeItemsWidth =
_contentView
.Frame.Width;
463
Frame = new CGRect(0, 0, swipeItemsWidth,
_contentView
.Frame.Height)
488
BringSubviewToFront(
_contentView
);
506
_originalBounds =
_contentView
.Frame;
524
child.Frame = new CGRect(_originalBounds.X +
_contentView
.Frame.Width - (swipeItemWidth + previousWidth), _originalBounds.Y, swipeItemWidth, swipeItemHeight);
533
child.Frame = new CGRect(_originalBounds.X + previousWidth,
_contentView
.Frame.Height - swipeItemHeight + _originalBounds.Y, swipeItemWidth, swipeItemHeight);
756
if (_isSwiping || _isTouchDown ||
_contentView
== null)
768
if (
_contentView
== null || !TouchInsideContent(point))
839
if (
_contentView
== null)
842
bool touchContent = TouchInsideContent(
_contentView
.Frame.Left,
_contentView
.Frame.Top,
_contentView
.Frame.Width,
_contentView
.Frame.Height, point.X, point.Y);
888
if (
_contentView
== null)
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);
938
actionSize =
_contentView
.Frame.Height;
942
_contentView
.Frame = new CGRect(_originalBounds.X, _originalBounds.Y + offset, _originalBounds.Width, _originalBounds.Height);
943
actionSize =
_contentView
.Frame.Height;
1055
if (_swipeItemsRect == null ||
_contentView
== null)
1068
_contentView
.Frame = new CGRect(_originalBounds.X, _originalBounds.Y, _originalBounds.Width, _originalBounds.Height);
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);
1176
actionSize =
_contentView
.Frame.Height;
1180
_contentView
.Frame = new CGRect(_originalBounds.X, _originalBounds.Y + swipeThreshold, _originalBounds.Width, _originalBounds.Height);
1181
actionSize =
_contentView
.Frame.Height;
1270
if (
_contentView
!= null)
1272
var contentWidth =
_contentView
.Frame.Width;
1284
var swipeFrame =
_contentView
!= null ?
_contentView
.Frame : Frame;
1305
var contentHeight =
_contentView
.Frame.Height;
1306
var contentWidth =
_contentView
.Frame.Width;
1375
return
_contentView
.Frame.Height;
1530
if (
_contentView
== null)