1 write to _everyoneRowIndex
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
161
_everyoneRowIndex
= rowIndex;
3 references to _everyoneRowIndex
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (3)
154
UpdateRowFromEveryone(Rows[
_everyoneRowIndex
], Rows[rowIndex]);
784
if (_everyoneUserPresent && (rowIndex !=
_everyoneRowIndex
))
786
everyoneRow = Rows[
_everyoneRowIndex
];