2 references to Load
Microsoft.Maui.Controls.Xaml (2)
XamlLoader.cs (2)
57 public static void Load(object view, string xaml, bool useDesignProperties) => Load(view, xaml, null, useDesignProperties);
58 public static void Load(object view, string xaml, Assembly rootAssembly) => Load(view, xaml, rootAssembly, false);