4 writes to _refreshControlParent
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\RefreshViewRenderer.cs (4)
73
_refreshControlParent
= this;
120
_refreshControlParent
= null;
162
_refreshControlParent
= view;
190
_refreshControlParent
= view;
2 references to _refreshControlParent
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\RefreshViewRenderer.cs (2)
254
TryInsertRefresh(
_refreshControlParent
);
256
TryRemoveRefresh(
_refreshControlParent
);