13 overrides of GetPropertyImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
193
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\generictypeparameterbuilder.cs (1)
142
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
473
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\typebuilder.cs (1)
1231
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\typebuilderinstantiation.cs (1)
183
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
146
protected override PropertyInfo
GetPropertyImpl
(String name,BindingFlags bindingAttr,Binder binder,
system\rttype.cs (1)
3280
protected override PropertyInfo
GetPropertyImpl
(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1374
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1374
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.Web (1)
Compilation\DelayLoadType.cs (1)
144
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
972
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
720
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
480
protected override PropertyInfo
GetPropertyImpl
(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
8 references to GetPropertyImpl
mscorlib (8)
system\type.cs (8)
653
return
GetPropertyImpl
(name,bindingAttr,binder,returnType,types,modifiers);
663
return
GetPropertyImpl
(name,Type.DefaultLookup,null,returnType,types,modifiers);
671
return
GetPropertyImpl
(name,bindingAttr,null,null,null,null);
681
return
GetPropertyImpl
(name,Type.DefaultLookup,null,returnType,types,null);
691
return
GetPropertyImpl
(name,Type.DefaultLookup,null,null,types,null);
701
return
GetPropertyImpl
(name,Type.DefaultLookup,null,returnType,null,null);
711
return
GetPropertyImpl
(name, bindingAttr, null, returnType, null, null);
719
return
GetPropertyImpl
(name,Type.DefaultLookup,null,null,null,null);