1 implementation of get_ColumnCount
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1505HRESULT IGridProvider.Interface.get_ColumnCount(int* pRetVal)
3 references to get_ColumnCount
System.Windows.Forms.Primitives (3)
Windows.Win32.IGridProvider.g.cs (1)
162 return __object.get_ColumnCount(pRetVal);
Windows.Win32.UI_Accessibility_IGridProvider_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IGridProvider.Interface.get_ColumnCount(int*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.get_ColumnCount(pRetValLocal);