9 references to Get
Microsoft.Maui.Controls (7)
Application\Application.cs (1)
45
var systemResources = DependencyService.
Get
<ISystemResourcesProvider>().GetSystemResources();
DependencyService.cs (1)
26
return result ??
Get
<T>(fallbackFetchTarget);
Device.cs (1)
147
DependencyService.
Get
<IFontNamedSizeService>()?.GetNamedSize(size, targetElementType, useOldSizes) ??
Interactivity\BindingCondition.cs (1)
75
static IValueConverterProvider s_valueConverter = DependencyService.
Get
<IValueConverterProvider>();
Interactivity\PropertyCondition.cs (1)
98
static IValueConverterProvider s_valueConverter = DependencyService.
Get
<IValueConverterProvider>();
OnPlatform.cs (1)
31
static readonly IValueConverterProvider s_valueConverter = DependencyService.
Get
<IValueConverterProvider>();
Xaml\TypeConversionExtensions.cs (1)
227
var platformValueConverterService = DependencyService.
Get
<INativeValueConverterService>();
Microsoft.Maui.Controls.Xaml (2)
ApplyPropertiesVisitor.cs (2)
551
var nativeBindingService = DependencyService.
Get
<INativeBindingService>();
579
var nativeBindingService = DependencyService.
Get
<INativeBindingService>();