1 write to rightsTable
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
52
this.
rightsTable
= new RightsTable();
26 references to rightsTable
PresentationUI (26)
MS\Internal\Documents\RMPublishingDialog.cs (8)
122
rightsTable
.InitializeRightsTable(user.Name, grantDictionary);
250
foreach (DataGridViewRow row in
rightsTable
.Rows)
569
if (
rightsTable
.SelectedRows.Count == 1)
572
DataGridViewRow row =
rightsTable
.SelectedRows[0];
674
rightsTable
.AddUser(new RightsTableUser(trimmedName));
714
rightsTable
.AddUser(new RightsTableUser(SR.RMPublishingAnyoneUserDisplay));
726
rightsTable
.DeleteUser();
838
buttonEveryone.Enabled = !
rightsTable
.AnyoneUserPresent;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (18)
141
this.flowLayoutPanelPermissions.Controls.Add(this.
rightsTable
);
228
this.
rightsTable
.AdvancedRowHeadersBorderStyle.Bottom = System.Windows.Forms.DataGridViewAdvancedCellBorderStyle.Single;
229
this.
rightsTable
.AllowDrop = false;
230
this.
rightsTable
.AllowUserToAddRows = false;
231
this.
rightsTable
.AllowUserToDeleteRows = false;
232
this.
rightsTable
.AllowUserToOrderColumns = false;
233
this.
rightsTable
.AllowUserToResizeColumns = false;
234
this.
rightsTable
.AllowUserToResizeRows = false;
235
this.
rightsTable
.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
236
this.
rightsTable
.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
237
this.
rightsTable
.MultiSelect = false;
238
this.
rightsTable
.Name = "rightsTable";
239
this.
rightsTable
.RowHeadersVisible = false;
240
this.
rightsTable
.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
241
this.
rightsTable
.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
242
this.
rightsTable
.Size = new System.Drawing.Size(635, 150);
243
this.
rightsTable
.SelectionChanged += new System.EventHandler(this.rightsTable_SelectionChanged);
352
this.
rightsTable
.TabIndex = 17;