2 references to ActiveXVerbEnum
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
519
return ComHelpers.GetComPointer<IEnumOLEVERB>(new
ActiveXVerbEnum
(s_axVerbs));
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (1)
79
*ppenum = ComHelpers.GetComPointer<IEnumOLEVERB>(new
ActiveXVerbEnum
(_verbs));