1 write to Type
Microsoft.Maui.Controls (1)
DependencyService.cs (1)
94
DependencyTypes.Add(new DependencyType {
Type
= type });
3 references to Type
Microsoft.Maui.Controls (3)
DependencyService.cs (3)
93
if (!DependencyTypes.Any(t => t.
Type
== type))
99
DependencyTypes.FirstOrDefault(t => target.IsAssignableFrom(t.
Type
)).
Type
;