7 references to Renderer
Microsoft.AspNetCore.Components (7)
CascadingParameterState.cs (1)
53
var supplier = GetMatchingCascadingValueSupplier(info, componentState.
Renderer
, componentState.LogicalParentComponentState);
CascadingValueSource.cs (2)
165
Dispatcher dispatcher = subscriber.
Renderer
.Dispatcher;
174
Dispatcher 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
"/>.
30
/// <param name="renderer">The <see cref="
Renderer
"/> with which the new instance should be associated.</param>
31
/// <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>