1 write to _buttonflowLayoutPanel
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
46_buttonflowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
16 references to _buttonflowLayoutPanel
PresentationUI (16)
MS\Internal\Documents\SigningDialog.Designer.cs (16)
53_buttonflowLayoutPanel.SuspendLayout(); 179_buttonflowLayoutPanel.AutoSize = true; 180_buttonflowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 181_buttonflowLayoutPanel.Controls.Add(_cancelButton); 182_buttonflowLayoutPanel.Controls.Add(_signButton); 183_buttonflowLayoutPanel.Controls.Add(_signSaveAsButton); 184_buttonflowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; 185_buttonflowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; 186_buttonflowLayoutPanel.Location = new System.Drawing.Point(3, 272); 187_buttonflowLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); 188_buttonflowLayoutPanel.Name = "_buttonflowLayoutPanel"; 189_buttonflowLayoutPanel.Padding = new System.Windows.Forms.Padding(5, 5, 0, 5); 190_buttonflowLayoutPanel.Size = new System.Drawing.Size(475, 17); 242_mainLayoutTable.Controls.Add(_buttonflowLayoutPanel, 0, 2); 270_buttonflowLayoutPanel.ResumeLayout(false); 271_buttonflowLayoutPanel.PerformLayout();