2 implementations of GetTypeInfoCount
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3309HRESULT IDispatch.Interface.GetTypeInfoCount(uint* pctinfo)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
60HRESULT IDispatch.Interface.GetTypeInfoCount(uint* pctinfo)
2 references to GetTypeInfoCount
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.Interface.cs (1)
21=> UnwrapAndInvoke<IDispatch, Interface>(@this, o => o.GetTypeInfoCount(pctinfo));
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3310=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfoCount(pctinfo);