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