13 references to Renderer
Microsoft.AspNetCore.Components (11)
CascadingParameterState.cs (1)
52
var supplier = GetMatchingCascadingValueSupplier(info, componentState.
Renderer
, componentState.LogicalParentComponentState);
CascadingValueSource.cs (2)
165
Dispatcher dispatcher = subscriber.
Renderer
.Dispatcher;
174
Dispatcher dispatcher = subscriber.
Renderer
.Dispatcher;
PersistentState\PersistentStateValueProviderKeyResolver.cs (1)
180
var renderer = componentState.
Renderer
;
PersistentState\PersistentValueProviderComponentSubscription.cs (1)
70
subscriber.
Renderer
.GetComponentRenderMode(subscriber.Component));
Rendering\ComponentState.cs (6)
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>
97
/// Gets the <see cref="
Renderer
"/> instance used to render the output.
99
/// <remarks>The <see cref="
Renderer
"/> instance is accessible to derived classes and classes within the
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteComponentState.cs (1)
24
var markerKey = ((RemoteRenderer)
Renderer
).GetMarkerKey(this);
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
252
componentState.
Renderer
,