2 writes to _rowCount
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (2)
26_rowCount = GetRowCount(); 81_rowCount = rowCount;
3 references to _rowCount
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
78if (rowCount != _rowCount) 80RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty, _rowCount, rowCount); 184get { return _rowCount; }