1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
49IMultipleViewProvider.Interface,
12 references to Interface
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
3009HRESULT IMultipleViewProvider.Interface.get_CurrentView(int* pRetVal) 3020HRESULT IMultipleViewProvider.Interface.GetSupportedViews(SAFEARRAY** pRetVal) 3034HRESULT IMultipleViewProvider.Interface.GetViewName(int viewId, BSTR* pRetVal) 3045HRESULT IMultipleViewProvider.Interface.SetCurrentView(int viewId)
System.Windows.Forms.Primitives (8)
Windows.Win32.IMultipleViewProvider.g.cs (4)
62 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 103 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 151 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 178 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.UI_Accessibility_IMultipleViewProvider_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.Interface.get_CurrentView(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_CurrentView(this winmdroot.UI.Accessibility.IMultipleViewProvider.Interface @this, out int pRetVal) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IMultipleViewProvider.Interface.GetSupportedViews(winmdroot.System.Com.SAFEARRAY**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetSupportedViews(this winmdroot.UI.Accessibility.IMultipleViewProvider.Interface @this, out winmdroot.System.Com.SAFEARRAY* pRetVal)