2 references to GetCandidateBindableProperties
Microsoft.AspNetCore.Components (2)
CascadingParameterState.cs (1)
130
var candidateProps = ComponentProperties.
GetCandidateBindableProperties
(componentType);
Reflection\ComponentProperties.cs (1)
297
foreach (var propertyInfo in
GetCandidateBindableProperties
(targetType))