3 references to RowCountProperty
PresentationFramework (2)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
100
peer.RaisePropertyChangedEvent(GridPatternIdentifiers.
RowCountProperty
, _oldItemsCount, _listview.Items.Count);
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
79
RaisePropertyChangedEvent(GridPatternIdentifiers.
RowCountProperty
, _rowCount, rowCount);
UIAutomationClient (1)
System\Windows\Automation\GridPattern.cs (1)
48
public static readonly AutomationProperty RowCountProperty = GridPatternIdentifiers.
RowCountProperty
;