2 writes to _container
Microsoft.Maui.Controls.Compatibility (2)
Android\Renderers\ScrollViewRenderer.cs (2)
89
_container
= new ScrollViewContainer(_view, Context);
232
_container
= null;
10 references to _container
Microsoft.Maui.Controls.Compatibility (10)
Android\Renderers\ScrollViewRenderer.cs (10)
86
if (
_container
== null)
231
_container
?.Dispose();
267
_container
?.Measure(MeasureSpecFactory.MakeMeasureSpec(right - left, MeasureSpecMode.Unspecified),
273
_container
?.RequestLayout();
363
_container
.ChildView = _view.Content;
497
_container
.RemoveFromParent();
498
_hScrollView.AddView(
_container
);
504
if (
_container
.Parent != this)
506
_container
.RemoveFromParent();
509
AddView(
_container
);