4 implementations of GetProperty
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
108PropertyInfo IReflect.GetProperty(string name, BindingFlags bindingAttr)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
414public PropertyInfo? GetProperty(string name, BindingFlags bindingAttr)
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2925PropertyInfo? IReflect.GetProperty(string name, BindingFlags bindingAttr)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1213PropertyInfo? IReflect.GetProperty(string name, BindingFlags bindingAttr) => typeof(IDesignerHost).GetProperty(name, bindingAttr);