9 implementations of GetMethods
mscorlib (1)
system\type.cs (1)
565
abstract public MethodInfo[]
GetMethods
(BindingFlags bindingAttr);
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
108
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr)
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
204
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
2503
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
3283
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\AxHost.cs (3)
4004
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
5290
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
6369
MethodInfo[] IReflect.
GetMethods
(BindingFlags bindingAttr) {
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
90
System.Reflection.MethodInfo[] IReflect.
GetMethods
(System.Reflection.BindingFlags bindingAttr) {
2 references to GetMethods
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3284
return publicIReflect.
GetMethods
(bindingAttr);
winforms\Managed\System\WinForms\HtmlToClrEventProxy.cs (1)
91
return typeIReflectImplementation.
GetMethods
(bindingAttr);