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