2 writes to _element
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ViewHandlerDelegator.cs (2)
63
_element
= null;
93
_element
= _tempElement is null ? null : new(_tempElement);
1 reference to _element
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ViewHandlerDelegator.cs (1)
26
public TElement? Element => _tempElement ??
_element
?.GetTargetOrDefault();