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