5 references to SwipeView
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\SwipeView.cs (1)
10 public static readonly BindableProperty SwipeTransitionModeProperty = BindableProperty.Create("SwipeTransitionMode", typeof(SwipeTransitionMode), typeof(SwipeView), SwipeTransitionMode.Reveal);
SwipeView\SwipeView.cs (1)
258 Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView.GetSwipeTransitionMode(this);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
14using Specifics = Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.SwipeView; 162 else if (e.PropertyName == Specifics.SwipeTransitionModeProperty.PropertyName) 645 if (Element.IsSet(Specifics.SwipeTransitionModeProperty))