9 implementations of GetProperty
mscorlib (1)
system\type.cs (1)
645public PropertyInfo GetProperty(String name,BindingFlags bindingAttr,Binder binder,
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
120PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
220PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) {
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2541PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { 3299PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) {
winforms\Managed\System\WinForms\AxHost.cs (3)
4020PropertyInfo IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { 5306PropertyInfo IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { 6389PropertyInfo IReflect.GetProperty(String name, BindingFlags bindingAttr, Binder binder,Type returnType, Type[] types, ParameterModifier[] modifiers) {
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
99System.Reflection.PropertyInfo IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, Type returnType, Type[] types, System.Reflection.ParameterModifier[] modifiers) {
2 references to GetProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3300return publicIReflect.GetProperty(name, bindingAttr, binder, returnType, types, modifiers);
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
100return typeIReflectImplementation.GetProperty(name, bindingAttr, binder, returnType, types, modifiers);