9 implementations of GetProperty
mscorlib (1)
system\type.cs (1)
666
public PropertyInfo
GetProperty
(String name, BindingFlags bindingAttr)
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
124
PropertyInfo IReflect.
GetProperty
(string name, BindingFlags bindingAttr)
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
216
PropertyInfo IReflect.
GetProperty
(string name, BindingFlags bindingAttr) {
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2531
PropertyInfo IReflect.
GetProperty
(string name, BindingFlags bindingAttr) {
3295
PropertyInfo IReflect.
GetProperty
(string name, BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\AxHost.cs (3)
4016
PropertyInfo IReflect.
GetProperty
(String name, BindingFlags bindingAttr) {
5302
PropertyInfo IReflect.
GetProperty
(String name, BindingFlags bindingAttr) {
6381
PropertyInfo IReflect.
GetProperty
(String name, BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
96
System.Reflection.PropertyInfo IReflect.
GetProperty
(string name, System.Reflection.BindingFlags bindingAttr) {
2 references to GetProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3296
return publicIReflect.
GetProperty
(name, bindingAttr);
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
97
return typeIReflectImplementation.
GetProperty
(name, bindingAttr);