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