1 instantiation of DependencyAttribute
Microsoft.Maui.Controls (1)
Xaml\ValueConverterProvider.cs (1)
8[assembly: Dependency(typeof(ValueConverterProvider))]
3 references to DependencyAttribute
Microsoft.Maui.Controls (3)
DependencyService.cs (3)
137 object[] attributes = assembly.GetCustomAttributesSafe(typeof(DependencyAttribute)); 143 DependencyAttribute attribute = (DependencyAttribute)attributes[i];