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