1 write to contactFlowPanel
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
41this.contactFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
11 references to contactFlowPanel
PresentationUI (11)
MS\Internal\Documents\RMPermissions.Designer.cs (11)
54this.contactFlowPanel.SuspendLayout(); 63this.mainContentFlowPanel.Controls.Add(this.contactFlowPanel); 106this.contactFlowPanel.AutoSize = true; 107this.contactFlowPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 108this.contactFlowPanel.Controls.Add(this.requestFromTextLabel); 109this.contactFlowPanel.Controls.Add(this.requestFromLabel); 110this.contactFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; 111this.contactFlowPanel.Name = "contactFlowPanel"; 167this.contactFlowPanel.TabIndex = 6; 199this.contactFlowPanel.ResumeLayout(false); 200this.contactFlowPanel.PerformLayout();