2 writes to _buttonLayoutManager
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\ButtonRenderer.cs (2)
183 _buttonLayoutManager = null; 303 _buttonLayoutManager = new ButtonLayoutManager(this);
6 references to _buttonLayoutManager
Microsoft.Maui.Controls.Compatibility (6)
Android\FastRenderers\ButtonRenderer.cs (6)
71 _buttonLayoutManager.OnViewAttachedToWindow(attachedView); 74 _buttonLayoutManager.OnViewDetachedFromWindow(detachedView); 97 var result = _buttonLayoutManager.GetDesiredSize(widthConstraint, heightConstraint); 182 _buttonLayoutManager?.Dispose(); 232 _buttonLayoutManager?.Update(); 276 _buttonLayoutManager?.OnLayout(changed, l, t, r, b);