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