3 references to GetCandidateBindableProperties
Microsoft.AspNetCore.Components (2)
CascadingParameterState.cs (1)
119var candidateProps = ComponentProperties.GetCandidateBindableProperties(componentType);
Reflection\ComponentProperties.cs (1)
278foreach (var propertyInfo in GetCandidateBindableProperties(targetType))
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
203var candidateProperties = ComponentProperties.GetCandidateBindableProperties(componentType);