3 references to IsPullToRefreshEnabledProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
291
else if (e.PropertyName == Microsoft.Maui.Controls.ListView.
IsPullToRefreshEnabledProperty
.PropertyName)
ListView\ListView.cs (2)
228
get { return (bool)GetValue(
IsPullToRefreshEnabledProperty
); }
229
set { SetValue(
IsPullToRefreshEnabledProperty
, value); }