10 implementations of ColumnCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
70public int ColumnCount
MS\Internal\Automation\TableProviderWrapper.cs (1)
71public int ColumnCount
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
320int IGridProvider.ColumnCount
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
127int IGridProvider.ColumnCount
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
168int IGridProvider.ColumnCount
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
184int IGridProvider.ColumnCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
202int IGridProvider.ColumnCount
MS\Internal\AutomationProxies\WindowsListView.cs (1)
766int IGridProvider.ColumnCount
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
390int IGridProvider.ColumnCount
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
274int IGridProvider.ColumnCount
5 references to ColumnCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
117return _iface.ColumnCount;
MS\Internal\Automation\TableProviderWrapper.cs (1)
136return _iface.ColumnCount;
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
196ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(column, ((IGridProvider)this).ColumnCount);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
130ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(column, ((IGridProvider)this).ColumnCount);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
225RaisePropertyChangedEvent(el, GridPattern.ColumnCountProperty, grid.ColumnCount);