7 references to VisualElement
Microsoft.Maui.Controls (7)
PlatformConfiguration\iOSSpecific\VisualElement.cs (7)
15 public static readonly BindableProperty BlurEffectProperty = BindableProperty.Create("BlurEffect", typeof(BlurEffectStyle), typeof(VisualElement), BlurEffectStyle.None);
72 typeof(VisualElement), false, propertyChanged: OnIsShadowEnabledChanged);
140 typeof(VisualElement), null);
187 typeof(VisualElement), 10.0);
234 typeof(VisualElement), Size.Zero);
281 typeof(VisualElement), 0.5);
380 public static readonly BindableProperty CanBecomeFirstResponderProperty = BindableProperty.Create(nameof(CanBecomeFirstResponder), typeof(bool), typeof(VisualElement), false);