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)
77
if (rowCount !=
_rowCount
)
79
RaisePropertyChangedEvent(GridPatternIdentifiers.RowCountProperty,
_rowCount
, rowCount);
179
get { return
_rowCount
; }