1 type derived from RouteFactory
Microsoft.Maui.Controls (1)
Routing.cs (1)
259 class TypeRouteFactory : RouteFactory
5 references to RouteFactory
Microsoft.Maui.Controls (5)
Routing.cs (5)
13 static Dictionary<string, RouteFactory> s_routes = new(StringComparer.Ordinal); 167 if (s_routes.TryGetValue(route, out var content)) 205 public static void RegisterRoute(string route, RouteFactory factory) 238 static void ValidateRoute(string route, RouteFactory routeFactory) 254 RouteFactory existingRegistration = null;