10 implementations of ColumnCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
71
public int
ColumnCount
MS\Internal\Automation\TableProviderWrapper.cs (1)
72
public int
ColumnCount
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
324
int IGridProvider.
ColumnCount
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
128
int IGridProvider.
ColumnCount
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
169
int IGridProvider.
ColumnCount
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
185
int IGridProvider.
ColumnCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
203
int IGridProvider.
ColumnCount
MS\Internal\AutomationProxies\WindowsListView.cs (1)
767
int IGridProvider.
ColumnCount
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
391
int IGridProvider.
ColumnCount
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
275
int IGridProvider.
ColumnCount
5 references to ColumnCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
118
return _iface.
ColumnCount
;
MS\Internal\Automation\TableProviderWrapper.cs (1)
137
return _iface.
ColumnCount
;
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
197
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(column, ((IGridProvider)this).
ColumnCount
);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
131
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(column, ((IGridProvider)this).
ColumnCount
);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
226
RaisePropertyChangedEvent(el, GridPattern.ColumnCountProperty, grid.
ColumnCount
);