1 write to actionsFlowPanel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
48
this.
actionsFlowPanel
= new System.Windows.Forms.FlowLayoutPanel();
8 references to actionsFlowPanel
PresentationUI (8)
MS\Internal\Documents\RMPermissions.Designer.cs (8)
66
this.mainContentFlowPanel.Controls.Add(this.
actionsFlowPanel
);
145
this.
actionsFlowPanel
.AutoSize = true;
146
this.
actionsFlowPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
147
this.
actionsFlowPanel
.Controls.Add(this.closeButton);
148
this.
actionsFlowPanel
.Name = "actionsFlowPanel";
149
this.
actionsFlowPanel
.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
150
this.
actionsFlowPanel
.Dock = System.Windows.Forms.DockStyle.Fill;
174
this.
actionsFlowPanel
.TabIndex = 13;