5 references to IDispatcherTimer
Microsoft.Maui (5)
Dispatching\Dispatcher.cs (1)
32
public
IDispatcherTimer
CreateTimer()
Dispatching\Dispatcher.Standard.cs (1)
21
IDispatcherTimer
CreateTimerImplementation() =>
Dispatching\DispatcherExtensions.cs (1)
112
var
timer = dispatcher.CreateTimer();
Dispatching\IDispatcher.cs (2)
26
/// Creates a new instance of an <see cref="
IDispatcherTimer
"/> object associated with this dispatcher.
29
IDispatcherTimer
CreateTimer();