9 references to RuntimeFeature
Microsoft.Maui.Controls (9)
BindableObjectExtensions.cs (1)
141 if (!RuntimeFeature.AreBindingInterceptorsSupported)
BindingBase.Create.cs (1)
31 if (!RuntimeFeature.AreBindingInterceptorsSupported)
BindingExpression.cs (1)
71 bool skipTypeMismatchCheck = source is not null && !RuntimeFeature.IsXamlCBindingWithSourceCompilationEnabled;
Hosting\AppHostBuilderExtensions.cs (2)
88 if (RuntimeFeature.IsHybridWebViewSupported) 193 if (RuntimeFeature.IsHybridWebViewSupported)
Shell\ShellContent.cs (1)
375 if (RuntimeFeature.IsQueryPropertyAttributeSupported)
TypeConversionHelper.cs (1)
38 if (RuntimeFeature.IsImplicitCastOperatorsUsageViaReflectionSupported)
Visuals\VisualTypeConverter.cs (2)
30 if (RuntimeFeature.IsIVisualAssemblyScanningEnabled) 163 if (!RuntimeFeature.IsIVisualAssemblyScanningEnabled)