1 write to buttonEveryone
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
50
this.
buttonEveryone
= new System.Windows.Forms.Button();
7 references to buttonEveryone
PresentationUI (7)
MS\Internal\Documents\RMPublishingDialog.cs (3)
838
buttonEveryone
.Enabled = !rightsTable.AnyoneUserPresent;
936
buttonEveryone
.Size = imageButtonSize;
946
buttonEveryone
,
MS\Internal\Documents\RMPublishingDialog.Designer.cs (4)
190
this.flowLayoutPanelPeople.Controls.Add(this.
buttonEveryone
);
218
this.
buttonEveryone
.Name = "buttonAnyone";
219
this.
buttonEveryone
.Click += new System.EventHandler(this.buttonEveryone_Click);
350
this.
buttonEveryone
.TabIndex = 15;