1 implementation of IControlsView
Microsoft.Maui.Controls (1)
View\View.cs (1)
20
public partial class View : VisualElement, IViewController, IGestureController, IGestureRecognizers, IView, IPropertyMapperView, IHotReloadableView,
IControlsView
2 references to IControlsView
Microsoft.Maui.Controls (2)
Platform\GestureManager\GestureManager.cs (2)
15
readonly
IControlsView
_view;
24
public GestureManager(
IControlsView
view)