2 writes to _virtualView
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (2)
171
_virtualView
= new(virtualView);
181
_virtualView
= null;
2 references to _virtualView
Microsoft.Maui (2)
Handlers\Button\ButtonHandler.iOS.cs (2)
167
IButton? VirtualView =>
_virtualView
is not null &&
_virtualView
.TryGetTarget(out var v) ? v : null;