5 references to ComponentProperties
Microsoft.AspNetCore.Components (3)
CascadingParameterState.cs (1)
119
var candidateProps =
ComponentProperties
.GetCandidateBindableProperties(componentType);
ParameterView.cs (1)
323
ComponentProperties
.SetProperties(this, target);
RenderTree\Renderer.cs (1)
186
ComponentProperties
.ClearCache();
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1762
ComponentProperties
.SetProperties(parameters, this);
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
203
var candidateProperties =
ComponentProperties
.GetCandidateBindableProperties(componentType);