10 references to Renderer
Microsoft.AspNetCore.Components (9)
CascadingParameterState.cs (1)
52var supplier = GetMatchingCascadingValueSupplier(info, componentState.Renderer, componentState.LogicalParentComponentState);
CascadingValueSource.cs (2)
165Dispatcher dispatcher = subscriber.Renderer.Dispatcher; 174Dispatcher dispatcher = subscriber.Renderer.Dispatcher;
Rendering\ComponentState.cs (4)
12/// within the context of a <see cref="Renderer"/>. This is an internal implementation 13/// detail of <see cref="Renderer"/>. 31/// <param name="renderer">The <see cref="Renderer"/> with which the new instance should be associated.</param> 32/// <param name="componentId">The externally visible identifier for the <see cref="IComponent"/>. The identifier must be unique in the context of the <see cref="Renderer"/>.</param>
SupplyParameterFromPersistentComponentStateValueProvider.cs (2)
66}, subscriber.Renderer.GetComponentRenderMode(subscriber.Component)); 250var renderer = componentState.Renderer;
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
252componentState.Renderer,