2 references to None
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\VisualElement.cs (1)
15 public static readonly BindableProperty BlurEffectProperty = BindableProperty.Create("BlurEffect", typeof(BlurEffectStyle), typeof(VisualElement), BlurEffectStyle.None);
Microsoft.Maui.Controls.Compatibility (1)
iOS\VisualElementRenderer.cs (1)
416 if (blur == BlurEffectStyle.None)