20 references to Dispatcher
Microsoft.Maui.Controls (17)
AnimationExtensions.cs (1)
380 dispatcher = element.Dispatcher;
AppThemeBinding.cs (1)
99 target.Dispatcher.DispatchIfRequired(Set);
BindingExpression.cs (1)
712 obj.Dispatcher.DispatchIfRequired(() => _expression.Apply());
ContentPage\ContentPage.cs (1)
130 Dispatcher.Dispatch(() =>
DispatcherExtensions.cs (2)
43 Application.Current?.Dispatcher is IDispatcher appDispatcher) 100 if (Application.Current?.Dispatcher is IDispatcher appDispatcher)
Shell\SearchHandler.cs (1)
650 self.ListProxy = new ListProxy((IEnumerable)newValue, dispatcher: self.Dispatcher);
Shell\ShellNavigationManager.cs (2)
178 await _shell.Dispatcher.DispatchAsync(() => 188 await _shell.Dispatcher.DispatchAsync(() =>
TemplatedItemsList.cs (6)
71 ListProxy = new ListProxy(source, dispatcher: _itemsView.Dispatcher); 73 ListProxy = new ListProxy(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher); 91 ListProxy = new ListProxy(itemSource, windowSize, _itemsView.Dispatcher); 95 ListProxy = new ListProxy(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher); 957 ListProxy = new ListProxy(Array.Empty<object>(), dispatcher: _itemsView.Dispatcher); 959 ListProxy = new ListProxy(itemSource, dispatcher: _itemsView.Dispatcher);
TypedBinding.cs (1)
505 IDispatcher dispatcher = (sender as BindableObject)?.Dispatcher;
View\View.cs (1)
326 Dispatcher.Dispatch(() =>
Microsoft.Maui.Controls.Compatibility (3)
Tizen\Platform.cs (1)
209 Application.Current.Dispatcher.Dispatch(() => CurrentPageController?.SendAppearing());
Tizen\Renderers\LayoutRenderer.cs (1)
69 Application.Current.Dispatcher.Dispatch(() => UpdateInputTransparent(false));
Tizen\Renderers\NavigationPageRenderer.cs (1)
84 Application.Current.Dispatcher.Dispatch(() =>