1 write to _buttonFlowLayoutPanel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
39
this.
_buttonFlowLayoutPanel
= new System.Windows.Forms.FlowLayoutPanel();
11 references to _buttonFlowLayoutPanel
PresentationUI (11)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (11)
49
this.
_buttonFlowLayoutPanel
.SuspendLayout();
60
this._mainDialogTableLayoutPanel.Controls.Add(this.
_buttonFlowLayoutPanel
, 0, 2);
74
this.
_buttonFlowLayoutPanel
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
75
this.
_buttonFlowLayoutPanel
.AutoSize = true;
76
this.
_buttonFlowLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
77
this.
_buttonFlowLayoutPanel
.Controls.Add(this._cancelButton);
78
this.
_buttonFlowLayoutPanel
.Controls.Add(this._okButton);
79
this.
_buttonFlowLayoutPanel
.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
80
this.
_buttonFlowLayoutPanel
.Name = "_buttonFlowLayoutPanel";
81
this.
_buttonFlowLayoutPanel
.TabIndex = 3;
174
this.
_buttonFlowLayoutPanel
.ResumeLayout(false);