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