4 implementations of GetMethods
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
92MethodInfo[] IReflect.GetMethods(BindingFlags bindingAttr)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
396public abstract MethodInfo[] GetMethods(BindingFlags bindingAttr);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2913MethodInfo[] IReflect.GetMethods(BindingFlags bindingAttr)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1204MethodInfo[] IReflect.GetMethods(BindingFlags bindingAttr) => typeof(IDesignerHost).GetMethods(bindingAttr);