3 instantiations of DependencyData
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 };
3 references to DependencyData
Microsoft.Maui.Controls (3)
DependencyService.cs (3)
20 static readonly Dictionary<Type, DependencyData> DependencyImplementations = new Dictionary<Type, DependencyData>(); 33 DependencyData dependencyImplementation;