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