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