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