16 instantiations of new
Aspire.Dashboard.Components.Tests (15)
Dialogs\FilterDialogTests.cs (2)
466await cut.Find("#filter-dialog-text-value").FocusInAsync(new()); 469await cut.Find("#filter-dialog-text-value").FocusOutAsync(new());
Dialogs\InteractionsInputDialogTests.cs (13)
254await cut.Find("fluent-text-input").FocusInAsync(new()); 255await cut.Find("fluent-text-input").FocusOutAsync(new()); 265await cut.Find("fluent-text-input").FocusInAsync(new()); 267await cut.Find("fluent-text-input").FocusOutAsync(new()); 275await cut.Find("fluent-text-input").FocusInAsync(new()); 276await cut.Find("fluent-text-input").FocusOutAsync(new()); 281await cut.Find("fluent-text-input").FocusInAsync(new()); 488await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(new()); 490await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(new()); 514await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(new()); 516await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(new()); 546await cut.Find("fluent-dropdown[type='combobox']").FocusInAsync(new()); 549await cut.Find("fluent-dropdown[type='combobox']").FocusOutAsync(new());
Microsoft.AspNetCore.Components.Web (1)
WebEventData\FocusEventArgsReader.cs (1)
16var 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)
14internal static FocusEventArgs Read(JsonElement jsonElement) 16var eventArgs = new FocusEventArgs();