2 implementations of EnumObjects
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
574HRESULT IOleContainer.Interface.EnumObjects(uint grfFlags, IEnumUnknown** ppenum)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
41HRESULT IOleContainer.Interface.EnumObjects(uint grfFlags, IEnumUnknown** ppenum)
1 reference to EnumObjects
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleContainer.g.cs (1)
101 return __object.EnumObjects(grfFlags, ppenum);