3 writes to ImplementorType
Microsoft.Maui.Controls (3)
DependencyService.cs (3)
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 };
2 references to ImplementorType
Microsoft.Maui.Controls (2)
DependencyService.cs (2)
55 dependencyImplementation.GlobalInstance = Activator.CreateInstance(dependencyImplementation.ImplementorType); 61 return (T)Activator.CreateInstance(dependencyImplementation.ImplementorType);