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