8 references to TopItems
Microsoft.Maui.Controls (8)
SwipeView\SwipeView.cs (8)
30
AddLogicalChild(
TopItems
);
48
/// <summary>Bindable property for <see cref="
TopItems
"/>.</summary>
50
BindableProperty.Create(nameof(
TopItems
), typeof(SwipeItems), typeof(SwipeView), null, BindingMode.OneWay, null, defaultValueCreator: SwipeItemsDefaultValueCreator,
110
elements.Add(
TopItems
);
129
SetInheritedBindingContext(
TopItems
, BindingContext);
172
if (swipeItems == swipeView.
TopItems
)
173
swipeView?.Handler?.UpdateValue(nameof(
TopItems
));
239
ISwipeItems ISwipeView.TopItems => new HandlerSwipeItems(
TopItems
);