1 write to _userInputFlowPanel
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
35
_userInputFlowPanel
= new System.Windows.Forms.FlowLayoutPanel();
11 references to _userInputFlowPanel
PresentationUI (11)
MS\Internal\Documents\SigningDialog.Designer.cs (11)
51
_userInputFlowPanel
.SuspendLayout();
60
_userInputFlowPanel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
61
_userInputFlowPanel
.AutoSize = true;
62
_userInputFlowPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
63
_userInputFlowPanel
.Controls.Add(_signatureControlInputLayoutTable);
64
_userInputFlowPanel
.Location = new System.Drawing.Point(3, 71);
65
_userInputFlowPanel
.Name = "_userInputFlowPanel";
66
_userInputFlowPanel
.Size = new System.Drawing.Size(475, 195);
241
_mainLayoutTable.Controls.Add(
_userInputFlowPanel
, 0, 1);
266
_userInputFlowPanel
.ResumeLayout(false);
267
_userInputFlowPanel
.PerformLayout();