3 writes to _swipeItemsRect
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
269
_swipeItemsRect
= null;
451
_swipeItemsRect
= new List<CGRect>();
1038
_swipeItemsRect
= null;
9 references to _swipeItemsRect
Microsoft.Maui.Controls.Compatibility (9)
iOS\Renderers\SwipeViewRenderer.cs (9)
266
if (
_swipeItemsRect
!= null)
268
_swipeItemsRect
.Clear();
498
_swipeItemsRect
.Clear();
547
_swipeItemsRect
.Add(child.Frame);
1035
if (
_swipeItemsRect
!= null)
1037
_swipeItemsRect
.Clear();
1055
if (
_swipeItemsRect
== null || _contentView == null)
1413
if (swipeItems == null ||
_swipeItemsRect
== null)
1418
foreach (var swipeItemRect in
_swipeItemsRect
)