3 implementations of VirtualView
Microsoft.Maui (3)
Handlers\Element\ElementHandler.cs (1)
33
public IElement?
VirtualView
{ get; private protected set; }
Handlers\Element\ElementHandlerOfT.cs (1)
31
IElement? IElementHandler.
VirtualView
=> base.VirtualView;
Handlers\View\ViewHandlerOfT.cs (1)
48
IElement? IElementHandler.
VirtualView
=> base.VirtualView;
8 references to VirtualView
Microsoft.Maui (5)
Handlers\ElementHandlerExtensions.cs (1)
22
(elementHandler.
VirtualView
?.ToPlatform() as PlatformView) ??
Platform\ElementExtensions.cs (2)
98
if (handler.
VirtualView
!= view)
158
if (handler.
VirtualView
!= element)
Platform\ImageSourcePartSetter.cs (2)
25
Handler?.
VirtualView
as IImageSourcePart ?? Handler?.
VirtualView
as IImage;
Microsoft.Maui.Controls (3)
Element\Element.cs (2)
1023
if (_previousHandler?.
VirtualView
== this)
1026
if (_handler?.
VirtualView
!= this)
Toolbar\Toolbar.cs (1)
61
if (oldHandler?.
VirtualView
== this)