4 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)
199
ComponentProperties
.ClearCache();
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
203
var candidateProperties =
ComponentProperties
.GetCandidateBindableProperties(componentType);