9 references to AttributeEventHandlerId
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (3)
456/// <param name="eventHandlerId">The <see cref="RenderTreeFrame.AttributeEventHandlerId"/> value from the original event attribute.</param> 471/// <param name="eventHandlerId">The <see cref="RenderTreeFrame.AttributeEventHandlerId"/> value from the original event attribute.</param> 602/// <param name="eventHandlerId">The <see cref="RenderTreeFrame.AttributeEventHandlerId"/> value from the original event attribute.</param>
RenderTree\RenderTreeFrame.cs (1)
463return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{AttributeName}'='{AttributeValue}'";
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (2)
236if (candidate.AttributeEventHandlerId > 0 && string.Equals(candidate.AttributeName, eventType, StringComparison.OrdinalIgnoreCase)) 238return candidate.AttributeEventHandlerId;
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
172_binaryWriter.Write(frame.AttributeEventHandlerId); // 8 bytes
Microsoft.AspNetCore.Components.WebAssembly (1)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
172_binaryWriter.Write(frame.AttributeEventHandlerId); // 8 bytes
Microsoft.AspNetCore.Components.WebView (1)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
172_binaryWriter.Write(frame.AttributeEventHandlerId); // 8 bytes