5 references to OnAfterRender
Microsoft.AspNetCore.Components (5)
ComponentBase.cs (5)
162/// Set to <c>true</c> if this is the first time <see cref="OnAfterRender(bool)"/> has been invoked 166/// The <see cref="OnAfterRender(bool)"/> and <see cref="OnAfterRenderAsync(bool)"/> lifecycle methods 187/// Set to <c>true</c> if this is the first time <see cref="OnAfterRender(bool)"/> has been invoked 192/// The <see cref="OnAfterRender(bool)"/> and <see cref="OnAfterRenderAsync(bool)"/> lifecycle methods 376OnAfterRender(firstRender);