1 instantiation of EventCallbackFactory
Microsoft.AspNetCore.Components (1)
EventCallback.cs (1)
16public static readonly EventCallbackFactory Factory = new EventCallbackFactory();
81 references to EventCallbackFactory
Microsoft.AspNetCore.Components (81)
EventCallback.cs (2)
14/// Gets a reference to the <see cref="EventCallbackFactory"/>. 16public static readonly EventCallbackFactory Factory = new EventCallbackFactory();
EventCallbackFactoryBinderExtensions.cs (68)
47this EventCallbackFactory factory, 67this EventCallbackFactory factory, 87this EventCallbackFactory factory, 107this EventCallbackFactory factory, 127this EventCallbackFactory factory, 147this EventCallbackFactory factory, 167this EventCallbackFactory factory, 187this EventCallbackFactory factory, 207this EventCallbackFactory factory, 227this EventCallbackFactory factory, 247this EventCallbackFactory factory, 267this EventCallbackFactory factory, 287this EventCallbackFactory factory, 307this EventCallbackFactory factory, 327this EventCallbackFactory factory, 347this EventCallbackFactory factory, 367this EventCallbackFactory factory, 387this EventCallbackFactory factory, 407this EventCallbackFactory factory, 427this EventCallbackFactory factory, 447this EventCallbackFactory factory, 467this EventCallbackFactory factory, 487this EventCallbackFactory factory, 507this EventCallbackFactory factory, 527this EventCallbackFactory factory, 547this EventCallbackFactory factory, 567this EventCallbackFactory factory, 587this EventCallbackFactory factory, 607this EventCallbackFactory factory, 627this EventCallbackFactory factory, 647this EventCallbackFactory factory, 667this EventCallbackFactory factory, 688this EventCallbackFactory factory, 710this EventCallbackFactory factory, 731this EventCallbackFactory factory, 751this EventCallbackFactory factory, 772this EventCallbackFactory factory, 794this EventCallbackFactory factory, 815this EventCallbackFactory factory, 835this EventCallbackFactory factory, 856this EventCallbackFactory factory, 878this EventCallbackFactory factory, 899this EventCallbackFactory factory, 919this EventCallbackFactory factory, 940this EventCallbackFactory factory, 962this EventCallbackFactory factory, 983this EventCallbackFactory factory, 1003this EventCallbackFactory factory, 1024this EventCallbackFactory factory, 1046this EventCallbackFactory factory, 1067this EventCallbackFactory factory, 1087this EventCallbackFactory factory, 1108this EventCallbackFactory factory, 1130this EventCallbackFactory factory, 1151this EventCallbackFactory factory, 1171this EventCallbackFactory factory, 1192this EventCallbackFactory factory, 1214this EventCallbackFactory factory, 1235this EventCallbackFactory factory, 1255this EventCallbackFactory factory, 1276this EventCallbackFactory factory, 1298this EventCallbackFactory factory, 1320this EventCallbackFactory factory, 1341this EventCallbackFactory factory, 1351this EventCallbackFactory factory, 1395this EventCallbackFactory factory, 1439this EventCallbackFactory factory, 1484this EventCallbackFactory factory,
EventCallbackFactoryEventArgsExtensions.cs (9)
7/// Provides extension methods for <see cref="EventCallbackFactory"/> and <see cref="EventArgs"/> types. 15/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 19public static EventCallback<EventArgs> Create(this EventCallbackFactory factory, object receiver, Action<EventArgs> callback) 30/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 34public static EventCallback<EventArgs> Create(this EventCallbackFactory factory, object receiver, Func<EventArgs, Task> callback) 45/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 49public static EventCallback<ChangeEventArgs> Create(this EventCallbackFactory factory, object receiver, Action<ChangeEventArgs> callback) 60/// <param name="factory">The <see cref="EventCallbackFactory"/>.</param> 64public static EventCallback<ChangeEventArgs> Create(this EventCallbackFactory factory, object receiver, Func<ChangeEventArgs, Task> callback)
Rendering\RenderTreeBuilder.cs (2)
275/// that uses <see cref="EventCallbackFactory"/>. 319/// that uses <see cref="EventCallbackFactory"/>.