10 implementations of RowCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
62
public int
RowCount
MS\Internal\Automation\TableProviderWrapper.cs (1)
63
public int
RowCount
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
333
int IGridProvider.
RowCount
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
135
int IGridProvider.
RowCount
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
183
int IGridProvider.
RowCount
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
176
int IGridProvider.
RowCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
194
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsListView.cs (1)
758
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
382
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
266
int IGridProvider.
RowCount
5 references to RowCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
112
return _iface.
RowCount
;
MS\Internal\Automation\TableProviderWrapper.cs (1)
131
return _iface.
RowCount
;
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
194
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(row, ((IGridProvider)this).
RowCount
);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
128
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(row, ((IGridProvider)this).
RowCount
);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
234
RaisePropertyChangedEvent(el, GridPattern.RowCountProperty, grid.
RowCount
);