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