16 instantiations of new
Aspire.Dashboard.Components.Tests (15)
Dialogs\FilterDialogTests.cs (2)
466
await cut.Find("#filter-dialog-text-value").FocusInAsync(
new
());
469
await cut.Find("#filter-dialog-text-value").FocusOutAsync(
new
());
Dialogs\InteractionsInputDialogTests.cs (13)
254
await cut.Find("fluent-text-input").FocusInAsync(
new
());
255
await cut.Find("fluent-text-input").FocusOutAsync(
new
());
265
await cut.Find("fluent-text-input").FocusInAsync(
new
());
267
await cut.Find("fluent-text-input").FocusOutAsync(
new
());
275
await cut.Find("fluent-text-input").FocusInAsync(
new
());
276
await cut.Find("fluent-text-input").FocusOutAsync(
new
());
281
await cut.Find("fluent-text-input").FocusInAsync(
new
());
488
await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(
new
());
490
await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(
new
());
514
await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(
new
());
516
await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(
new
());
546
await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(
new
());
549
await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(
new
());
Microsoft.AspNetCore.Components.Web (1)
WebEventData\FocusEventArgsReader.cs (1)
16
var eventArgs = new
FocusEventArgs
();
6 references to new
Microsoft.AspNetCore.Components.Web (6)
Web\EventHandlers.cs (4)
11
[EventHandler("onfocus", typeof(
FocusEventArgs
), true, true)]
12
[EventHandler("onblur", typeof(
FocusEventArgs
), true, true)]
13
[EventHandler("onfocusin", typeof(
FocusEventArgs
), true, true)]
14
[EventHandler("onfocusout", typeof(
FocusEventArgs
), true, true)]
WebEventData\FocusEventArgsReader.cs (2)
14
internal static
FocusEventArgs
Read(JsonElement jsonElement)
16
var
eventArgs = new FocusEventArgs();