1 write to _scrollCompletionSource
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
357 _scrollCompletionSource = new TaskCompletionSource<bool>();
6 references to _scrollCompletionSource
Microsoft.Maui.Controls (6)
ScrollView\ScrollView.cs (6)
96 _scrollCompletionSource?.TrySetResult(true); 252 return _scrollCompletionSource.Task; 272 return _scrollCompletionSource.Task; 353 if (_scrollCompletionSource != null && _scrollCompletionSource.Task.Status == TaskStatus.Running) 355 _scrollCompletionSource.TrySetCanceled();