3 references to GetHandler
Microsoft.Maui.Controls (3)
Registrar.cs (3)
102 internal TRegistrable GetHandler(Type type) => GetHandler(type, _defaultVisualType); 122 returnValue = GetHandler(type, visual?.GetType() ?? _defaultVisualType); 154 return GetHandler(type, (obj as IVisualController)?.EffectiveVisual?.GetType()) as TOut;