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