1 instantiation of DependencyType
Microsoft.Maui.Controls (1)
DependencyService.cs (1)
94
DependencyTypes.Add(new
DependencyType
{ Type = type });
2 references to DependencyType
Microsoft.Maui.Controls (2)
DependencyService.cs (2)
19
static readonly List<
DependencyType
> DependencyTypes = new List<
DependencyType
>();