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