2 writes to _rowCount
PresentationFramework (2)
System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
25_rowCount = GetRowCount(); 80_rowCount = rowCount;
3 references to _rowCount
PresentationFramework (3)
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
77if (rowCount != _rowCount) 79RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _rowCount, rowCount); 179get { return _rowCount; }