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();