Base:
property
Dispatcher
Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispatcher
3 writes to Dispatcher
Microsoft.AspNetCore.Components.Web.Tests (3)
src\Components\Shared\test\TestRenderer.cs (3)
19Dispatcher = dispatcher; 24Dispatcher = Dispatcher.CreateDefault(); 30Dispatcher = Dispatcher.CreateDefault();
8 references to Dispatcher
Microsoft.AspNetCore.Components.Web.Tests (8)
Forms\InputBaseTest.cs (3)
390await renderer.Dispatcher.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged); 420await renderer.Dispatcher.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged); 521await renderer.Dispatcher.InvokeAsync(rootComponent.EditContext.NotifyValidationStateChanged);
src\Components\Shared\test\TestRenderer.cs (5)
63var task = Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters ?? ParameterView.Empty)); 68=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId)); 71=> Dispatcher.InvokeAsync(() => base.RenderRootComponentAsync(componentId, parameters)); 74=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, null, args)); 77=> Dispatcher.InvokeAsync(() => base.DispatchEventAsync(eventHandlerId, eventFieldInfo, args));