7 references to tagTYPEKIND
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (6)
407switch ((NativeMethods.tagTYPEKIND)refTypeAttr.typekind) { 409case NativeMethods.tagTYPEKIND.TKIND_ENUM: 412case NativeMethods.tagTYPEKIND.TKIND_ALIAS: 415case NativeMethods.tagTYPEKIND.TKIND_DISPATCH: 417case NativeMethods.tagTYPEKIND.TKIND_INTERFACE: 418case NativeMethods.tagTYPEKIND.TKIND_COCLASS:
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
7216NativeMethods.tagTYPEKIND[] pTKind);