2 references to ActiveViews
Microsoft.Maui (2)
HotReload\HotReloadHelper.cs (2)
21 public static void AddActiveView(IHotReloadableView view) => ActiveViews.Add(view); 195 roots = ActiveViews.Where(x => x != null && x.Parent == null).ToList();