6 references to s_routes
Microsoft.Maui.Controls (6)
Routing.cs (6)
116
s_routes
.Clear();
144
foreach (var key in
s_routes
.Keys)
167
if (
s_routes
.TryGetValue(route, out var content))
211
s_routes
[route] = factory;
218
if (
s_routes
.Remove(route))
255
if (
s_routes
.TryGetValue(route, out existingRegistration) && !existingRegistration.Equals(routeFactory))