2 writes to _tempElement
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ViewHandlerDelegator.cs (2)
91
VisualElementRenderer<TElement>.SetVirtualView(view, _viewHandler, onElementChanged, ref
_tempElement
, ref _mapper, _defaultMapper, autoPackage);
94
_tempElement
= null;
3 references to _tempElement
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ViewHandlerDelegator.cs (3)
26
public TElement? Element =>
_tempElement
?? _element?.GetTargetOrDefault();
93
_element =
_tempElement
is null ? null : new(
_tempElement
);