1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
41IGridItemProvider.Interface,
18 references to Interface
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
1516HRESULT IGridItemProvider.Interface.get_Row(int* pRetVal) 1527HRESULT IGridItemProvider.Interface.get_Column(int* pRetVal) 1538HRESULT IGridItemProvider.Interface.get_RowSpan(int* pRetVal) 1549HRESULT IGridItemProvider.Interface.get_ColumnSpan(int* pRetVal) 1560HRESULT IGridItemProvider.Interface.get_ContainingGrid(IRawElementProviderSimple** pRetVal)
System.Windows.Forms.Primitives (13)
Windows.Win32.IGridItemProvider.g.cs (5)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 111 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 150 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 189 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 218 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.UI_Accessibility_IGridItemProvider_Extensions.g.cs (8)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridItemProvider.Interface.get_Row(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_Row(this winmdroot.UI.Accessibility.IGridItemProvider.Interface @this, out int pRetVal) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridItemProvider.Interface.get_Column(int*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_Column(this winmdroot.UI.Accessibility.IGridItemProvider.Interface @this, out int pRetVal) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridItemProvider.Interface.get_RowSpan(int*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_RowSpan(this winmdroot.UI.Accessibility.IGridItemProvider.Interface @this, out int pRetVal) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridItemProvider.Interface.get_ColumnSpan(int*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT get_ColumnSpan(this winmdroot.UI.Accessibility.IGridItemProvider.Interface @this, out int pRetVal)