4 references to DependencyImplementations
Microsoft.Maui.Controls (4)
DependencyService.cs (4)
37
if (!
DependencyImplementations
.TryGetValue(targetType, out dependencyImplementation))
40
DependencyImplementations
[targetType] = (dependencyImplementation = implementor != null ? new DependencyData { ImplementorType = implementor } : null);
77
DependencyImplementations
[targetType] = new DependencyData { ImplementorType = implementorType };
87
DependencyImplementations
[targetType] = new DependencyData { ImplementorType = implementorType, GlobalInstance = instance };