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