4 implementations of GetMethod
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
84MethodInfo IReflect.GetMethod(string name, BindingFlags bindingAttr)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
298public MethodInfo? GetMethod(string name, BindingFlags bindingAttr)
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2909MethodInfo? IReflect.GetMethod(string name, BindingFlags bindingAttr)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1201MethodInfo? IReflect.GetMethod(string name, BindingFlags bindingAttr) => typeof(IDesignerHost).GetMethod(name, bindingAttr);