2 writes to _pendingScrollToRequested
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
47 _pendingScrollToRequested = null; 375 _pendingScrollToRequested = e;
2 references to _pendingScrollToRequested
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
44 if (Handler is not null && _pendingScrollToRequested is not null) 46 OnScrollToRequested(_pendingScrollToRequested);