7 references to Dispatcher
Microsoft.Maui (3)
Dispatching\IDispatcher.cs (1)
38 /// Provides a timer that is integrated into the <see cref="Dispatcher"/> queue, which is processed at a specified interval of time.
Hosting\Dispatching\AppHostBuilderExtensions.cs (2)
65 services.CreateLogger<Dispatcher>()?.LogWarning("Replaced an existing DispatcherProvider with one from the service provider."); 68 var result = Dispatcher.GetForCurrentThread();
Microsoft.Maui.Controls (4)
BindableObject.cs (1)
37 _dispatcher = Dispatching.Dispatcher.GetForCurrentThread();
DispatcherExtensions.cs (2)
23 if (Dispatcher.GetForCurrentThread() is IDispatcher globalDispatcher) 96 if (Dispatcher.GetForCurrentThread() is IDispatcher globalDispatcher)
Items\MarshalingObservableCollection.cs (1)
28 _dispatcher = Dispatcher.GetForCurrentThread();