1 write to _scrollCompletionSource
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
360 _scrollCompletionSource = new TaskCompletionSource<bool>();
6 references to _scrollCompletionSource
Microsoft.Maui.Controls (6)
ScrollView\ScrollView.cs (6)
99 _scrollCompletionSource?.TrySetResult(true); 255 return _scrollCompletionSource.Task; 275 return _scrollCompletionSource.Task; 356 if (_scrollCompletionSource != null && _scrollCompletionSource.Task.Status == TaskStatus.Running) 358 _scrollCompletionSource.TrySetCanceled();