3 instantiations of DependencyAttribute
Microsoft.Maui.Controls (1)
Xaml\ValueConverterProvider.cs (1)
8
[assembly:
Dependency
(typeof(ValueConverterProvider))]
Microsoft.Maui.Controls.Compatibility (2)
iOS\NativeBindingService.cs (1)
7
[assembly: Microsoft.Maui.Controls.
Dependency
(typeof(Microsoft.Maui.Controls.Compatibility.Platform.iOS.NativeBindingService))]
iOS\NativeValueConverterService.cs (1)
8
[assembly: Microsoft.Maui.Controls.
Dependency
(typeof(Microsoft.Maui.Controls.Compatibility.Platform.iOS.NativeValueConverterService))]
3 references to DependencyAttribute
Microsoft.Maui.Controls (3)
DependencyService.cs (3)
137
object[] attributes = assembly.GetCustomAttributesSafe(typeof(
DependencyAttribute
));
143
DependencyAttribute
attribute = (
DependencyAttribute
)attributes[i];