3 writes to _tempElement
Microsoft.Maui.Controls (3)
Compatibility\Handlers\VisualElementRenderer.cs (3)
301 _tempElement = Element; 302 SetVirtualView(view, this, OnElementChanged, ref _tempElement, ref _mapper, _defaultMapper, AutoPackage); 306 _tempElement = null;
3 references to _tempElement
Microsoft.Maui.Controls (3)
Compatibility\Handlers\VisualElementRenderer.cs (3)
60 public TElement? Element => _tempElement ?? (_virtualView is not null && _virtualView.TryGetTarget(out var target) ? target : null); 305 _virtualView = _tempElement is null ? null : new(_tempElement);