8 references to RefreshPullDirection
Microsoft.Maui.Controls (8)
PlatformConfiguration\WindowsSpecific\RefreshView.cs (8)
17 /// <summary>Bindable property for <see cref="RefreshPullDirection"/>.</summary> 18 public static readonly BindableProperty RefreshPullDirectionProperty = BindableProperty.Create("RefreshPullDirection", typeof(RefreshPullDirection), typeof(FormsElement), RefreshPullDirection.TopToBottom); 21 public static void SetRefreshPullDirection(BindableObject element, RefreshPullDirection value) 27 public static RefreshPullDirection GetRefreshPullDirection(this IPlatformElementConfiguration<Windows, FormsElement> config) 33 public static RefreshPullDirection GetRefreshPullDirection(BindableObject element) 35 return (RefreshPullDirection)element.GetValue(RefreshPullDirectionProperty); 40 this IPlatformElementConfiguration<Windows, FormsElement> config, RefreshPullDirection value)