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