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