8 references to SwipeBehaviorOnInvoked
Microsoft.Maui (1)
Core\ISwipeItems.cs (1)
18
public
SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked { get; }
Microsoft.Maui.Controls (5)
SwipeView\SwipeItems.cs (4)
40
public static readonly BindableProperty SwipeBehaviorOnInvokedProperty = BindableProperty.Create(nameof(SwipeBehaviorOnInvoked), typeof(
SwipeBehaviorOnInvoked
), typeof(SwipeItems),
SwipeBehaviorOnInvoked
.Auto);
50
public
SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked
52
get { return (
SwipeBehaviorOnInvoked
)GetValue(SwipeBehaviorOnInvokedProperty); }
SwipeView\SwipeView.cs (1)
425
public
SwipeBehaviorOnInvoked
SwipeBehaviorOnInvoked => _swipeItems.SwipeBehaviorOnInvoked;
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SwipeViewRenderer.cs (2)
1108
if (swipeItems.SwipeBehaviorOnInvoked !=
SwipeBehaviorOnInvoked
.RemainOpen)
1431
if (swipeItems.SwipeBehaviorOnInvoked !=
SwipeBehaviorOnInvoked
.RemainOpen)