7 references to DispatchIfRequired
Microsoft.Maui.Controls (7)
AnimationExtensions.cs (1)
383
dispatcher.
DispatchIfRequired
(action);
AppThemeBinding.cs (1)
99
target.Dispatcher.
DispatchIfRequired
(Set);
BindingExpression.cs (1)
712
obj.Dispatcher.
DispatchIfRequired
(() => _expression.Apply());
Items\MarshalingObservableCollection.cs (1)
65
_dispatcher.
DispatchIfRequired
(() => HandleCollectionChange(args));
ListProxy.cs (2)
223
_dispatcher.
DispatchIfRequired
(action);
229
_dispatcher.
DispatchIfRequired
(action);
TypedBinding.cs (1)
506
dispatcher.
DispatchIfRequired
(() => _binding.Apply(false));