1 write to com2Enum
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2EnumConverter.cs (1)
26com2Enum = enumObj;
6 references to com2Enum
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (1)
7263AxPerPropertyBrowsingEnum axEnum = ((AxEnumConverter)converter).com2Enum as AxPerPropertyBrowsingEnum;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2EnumConverter.cs (5)
55return com2Enum.FromString((string)value); 75string str = com2Enum.ToString(value); 95object[] objValues = com2Enum.Values; 113return com2Enum.IsStrictEnum; 130string strValue = com2Enum.ToString(value);