10 implementations of RowCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
63
public int
RowCount
MS\Internal\Automation\TableProviderWrapper.cs (1)
64
public int
RowCount
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
337
int IGridProvider.
RowCount
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
136
int IGridProvider.
RowCount
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
184
int IGridProvider.
RowCount
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
177
int IGridProvider.
RowCount
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
195
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsListView.cs (1)
759
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
383
int IGridProvider.
RowCount
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
267
int IGridProvider.
RowCount
5 references to RowCount
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
113
return _iface.
RowCount
;
MS\Internal\Automation\TableProviderWrapper.cs (1)
132
return _iface.
RowCount
;
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
195
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(row, ((IGridProvider)this).
RowCount
);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
129
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(row, ((IGridProvider)this).
RowCount
);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
235
RaisePropertyChangedEvent(el, GridPattern.RowCountProperty, grid.
RowCount
);