1 write to _everyoneRowIndex
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
162
_everyoneRowIndex
= rowIndex;
3 references to _everyoneRowIndex
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (3)
155
UpdateRowFromEveryone(Rows[
_everyoneRowIndex
], Rows[rowIndex]);
785
if (_everyoneUserPresent && (rowIndex !=
_everyoneRowIndex
))
787
everyoneRow = Rows[
_everyoneRowIndex
];