4 overrides of SelectProperty
mscorlib (1)
system\defaultbinder.cs (1)
594public override PropertyInfo SelectProperty(BindingFlags bindingAttr,PropertyInfo[] match,Type returnType,
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
554public override PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers)
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
92public override PropertyInfo SelectProperty(BindingFlags bindingAttr,
WindowsBase (1)
Base\MS\Internal\ComponentModel\AttachedPropertyMethodSelector.cs (1)
149public override PropertyInfo SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers)
2 references to SelectProperty
mscorlib (1)
system\rttype.cs (1)
3317return binder.SelectProperty(bindingAttr, candidates.ToArray(), returnType, types, modifiers);
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
99return defltBinder.SelectProperty(bindingAttr, match, returnType, indexes, modifiers);