1 instantiation of AxEnumConverter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
7259converter = new AxEnumConverter(this, new AxPerPropertyBrowsingEnum(this, owner, stringMarshaler, intMarshaler, true));
3 references to AxEnumConverter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
7261else if (converter is AxEnumConverter){ 7262((AxEnumConverter)converter).RefreshValues(); 7263AxPerPropertyBrowsingEnum axEnum = ((AxEnumConverter)converter).com2Enum as AxPerPropertyBrowsingEnum;