4 references to SelectedRows
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.cs (2)
560
if (rightsTable.
SelectedRows
.Count == 1)
563
DataGridViewRow row = rightsTable.
SelectedRows
[0];
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
171
if (this.
SelectedRows
.Count == 1)
173
DataGridViewRow row = this.
SelectedRows
[0];