1 write to _listButtonFlowLayoutPanel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
43
this.
_listButtonFlowLayoutPanel
= new System.Windows.Forms.FlowLayoutPanel();
10 references to _listButtonFlowLayoutPanel
PresentationUI (10)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (10)
51
this.
_listButtonFlowLayoutPanel
.SuspendLayout();
103
this._userInputtableLayoutPanel.Controls.Add(this.
_listButtonFlowLayoutPanel
, 1, 0);
113
this.
_listButtonFlowLayoutPanel
.Anchor = System.Windows.Forms.AnchorStyles.Top;
114
this.
_listButtonFlowLayoutPanel
.AutoSize = true;
115
this.
_listButtonFlowLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
116
this.
_listButtonFlowLayoutPanel
.Controls.Add(this._addButton);
117
this.
_listButtonFlowLayoutPanel
.Controls.Add(this._removeButton);
118
this.
_listButtonFlowLayoutPanel
.Name = "_listButtonFlowLayoutPanel";
119
this.
_listButtonFlowLayoutPanel
.TabIndex = 1;
177
this.
_listButtonFlowLayoutPanel
.ResumeLayout(false);