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