3 references to WatchForError
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (1)
677 Task.Delay(1).ContinueWith(ct => { ScrollTo(group, item, toPosition, shouldAnimate, includeGroup, true); }, TaskScheduler.FromCurrentSynchronizationContext()).WatchForError();
Platform\Windows\Extensions\TaskExtensions.cs (2)
13 self.AsTask().WatchForError(); 18 self.AsTask().WatchForError();