2 types derived from Com2Enum
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
16
private class AxPerPropertyBrowsingEnum :
Com2Enum
System\Windows\Forms\ComponentModel\COM2Interop\Com2IPerPropertyBrowsingHandler.Com2IPerPropertyBrowsingEnum.cs (1)
14
private unsafe class Com2IPerPropertyBrowsingEnum :
Com2Enum
4 references to Com2Enum
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxEnumConverter.cs (1)
19
public AxEnumConverter(AxPropertyDescriptor target,
Com2Enum
com2Enum)
System\Windows\Forms\ComponentModel\COM2Interop\COM2EnumConverter.cs (2)
11
internal readonly
Com2Enum
_com2Enum;
14
public Com2EnumConverter(
Com2Enum
enumObj) => _com2Enum = enumObj;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
104
if (typeData is
Com2Enum
comEnum)