1 type derived from FlowLayoutPanel
System.Windows.Forms.Tests (1)
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
420private class SubFlowLayoutPanel : FlowLayoutPanel
67 instantiations of FlowLayoutPanel
Accessibility_Core_App (4)
ContainerControls.Designer.cs (3)
31this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); 68this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); 85this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
ContainerControls2.Designer.cs (1)
50this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
PresentationUI (30)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
39this._buttonFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel(); 43this._listButtonFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
35_buttomControlLayoutpanel = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (4)
39_flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); 41_flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); 42_flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); 49_flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (3)
38this._flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); 41this._flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); 43this._flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
36this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RMPermissions.Designer.cs (6)
35this.mainContentFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 36this.authenticatedAsFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 39this.permissionsFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 41this.contactFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 44this.expirationFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 48this.actionsFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
35this.flowLayoutPanelMain = new System.Windows.Forms.FlowLayoutPanel(); 40this.flowLayoutPanelUnrestricted = new System.Windows.Forms.FlowLayoutPanel(); 41this.flowLayoutPanelPermissions = new System.Windows.Forms.FlowLayoutPanel(); 42this.flowLayoutPanelTemplate = new System.Windows.Forms.FlowLayoutPanel(); 46this.flowLayoutPanelPeople = new System.Windows.Forms.FlowLayoutPanel(); 53this.flowLayoutPanelExpires = new System.Windows.Forms.FlowLayoutPanel(); 56this.flowLayoutPanelContact = new System.Windows.Forms.FlowLayoutPanel(); 59this.flowLayoutPanelActions = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (3)
36_flowpanelBottomControls = new System.Windows.Forms.FlowLayoutPanel(); 37_flowpanelMiddleControls = new System.Windows.Forms.FlowLayoutPanel(); 43_columnHeaderPanel = new System.Windows.Forms.FlowLayoutPanel();
MS\Internal\Documents\SigningDialog.Designer.cs (2)
35_userInputFlowPanel = new System.Windows.Forms.FlowLayoutPanel(); 46_buttonflowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
System.Windows.Forms.Tests (25)
System\Windows\Forms\AccessibleObjects\FlowLayoutPanel.FlowLayoutPanelAccessibleObjectTests.cs (3)
13using FlowLayoutPanel flowLayoutPanel = new(); 23using FlowLayoutPanel flowLayoutPanel = new(); 36using FlowLayoutPanel flowLayoutPanel = new();
System\Windows\Forms\ControlTests.cs (3)
869using FlowLayoutPanel panelRadioButtons = new() 880using FlowLayoutPanel panelCheckBoxes = new() 891using FlowLayoutPanel panelButtons = new()
System\Windows\Forms\FlowLayoutPanelTests.cs (10)
148using FlowLayoutPanel control = new(); 174using FlowLayoutPanel control = new(); 183using FlowLayoutPanel control = new(); 214using FlowLayoutPanel control = new(); 235using FlowLayoutPanel control = new(); 251using FlowLayoutPanel control = new(); 258using FlowLayoutPanel control = new(); 319using FlowLayoutPanel control = new(); 359using FlowLayoutPanel control = new(); 416using FlowLayoutPanel control = new();
System\Windows\Forms\Layout\FlowLayoutTests.cs (9)
14using FlowLayoutPanel control = new(); 22using FlowLayoutPanel control = new(); 30using FlowLayoutPanel control = new(); 38using FlowLayoutPanel control = new(); 96using FlowLayoutPanel control = new() 157using FlowLayoutPanel control = new() 218using FlowLayoutPanel control = new() 279using FlowLayoutPanel control = new(); 287using FlowLayoutPanel control = new();
WinFormsControlsTest (8)
Buttons.cs (3)
40FlowLayoutPanel panel = new() 61panel = new FlowLayoutPanel 82panel = new FlowLayoutPanel
Dialogs.Designer.cs (1)
42this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
MainForm.Designer.cs (1)
34this.overarchingFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
ScrollableControls.Designer.cs (1)
45flowLayoutPanel1 = new FlowLayoutPanel();
TaskDialogSamples.cs (1)
20FlowLayoutPanel flowLayout = new()
ToolTipTests.Designer.cs (1)
36this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
73 references to FlowLayoutPanel
Accessibility_Core_App (4)
ContainerControls.Designer.cs (3)
856private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 893private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; 909private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
ContainerControls2.Designer.cs (1)
472private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
DesignSurface (2)
MainForm.cs (2)
255FlowLayoutPanel layoutPanel = surface.CreateControl<FlowLayoutPanel>(new Size(430, 200), new Point(250, 10));
PresentationUI (30)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
186private System.Windows.Forms.FlowLayoutPanel _buttonFlowLayoutPanel; 190private System.Windows.Forms.FlowLayoutPanel _listButtonFlowLayoutPanel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
241private System.Windows.Forms.FlowLayoutPanel _buttomControlLayoutpanel;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (4)
234private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel1; 237private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel2; 239private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel3; 240private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel4;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (3)
238private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel1; 241private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel2; 243private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel3;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
145private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
MS\Internal\Documents\RMPermissions.Designer.cs (6)
212private System.Windows.Forms.FlowLayoutPanel mainContentFlowPanel; 213private System.Windows.Forms.FlowLayoutPanel authenticatedAsFlowPanel; 216private System.Windows.Forms.FlowLayoutPanel permissionsFlowPanel; 218private System.Windows.Forms.FlowLayoutPanel contactFlowPanel; 221private System.Windows.Forms.FlowLayoutPanel expirationFlowPanel; 225private System.Windows.Forms.FlowLayoutPanel actionsFlowPanel;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
400private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelMain; 405private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelUnrestricted; 406private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelPermissions; 407private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelTemplate; 411private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelPeople; 418private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelExpires; 421private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelContact; 424private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelActions;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (3)
240private System.Windows.Forms.FlowLayoutPanel _flowpanelMiddleControls; 241private System.Windows.Forms.FlowLayoutPanel _flowpanelBottomControls; 243private System.Windows.Forms.FlowLayoutPanel _columnHeaderPanel;
MS\Internal\Documents\SigningDialog.Designer.cs (2)
287private System.Windows.Forms.FlowLayoutPanel _userInputFlowPanel; 296private System.Windows.Forms.FlowLayoutPanel _buttonflowLayoutPanel;
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (2)
62if (Container is FlowLayoutPanel flp) 140if (Container is FlowLayoutPanel flp)
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
15/// This class handles all design time behavior for the <see cref="Forms.FlowLayoutPanel"/> 85private FlowLayoutPanel FlowLayoutPanel => Control; 355private new FlowLayoutPanel Control => base.Control as FlowLayoutPanel;
System.Windows.Forms.Tests (25)
System\Windows\Forms\AccessibleObjects\FlowLayoutPanel.FlowLayoutPanelAccessibleObjectTests.cs (3)
13using FlowLayoutPanel flowLayoutPanel = new(); 23using FlowLayoutPanel flowLayoutPanel = new(); 36using FlowLayoutPanel flowLayoutPanel = new();
System\Windows\Forms\ControlTests.cs (3)
869using FlowLayoutPanel panelRadioButtons = new() 880using FlowLayoutPanel panelCheckBoxes = new() 891using FlowLayoutPanel panelButtons = new()
System\Windows\Forms\FlowLayoutPanelTests.cs (10)
148using FlowLayoutPanel control = new(); 174using FlowLayoutPanel control = new(); 183using FlowLayoutPanel control = new(); 214using FlowLayoutPanel control = new(); 235using FlowLayoutPanel control = new(); 251using FlowLayoutPanel control = new(); 258using FlowLayoutPanel control = new(); 319using FlowLayoutPanel control = new(); 359using FlowLayoutPanel control = new(); 416using FlowLayoutPanel control = new();
System\Windows\Forms\Layout\FlowLayoutTests.cs (9)
14using FlowLayoutPanel control = new(); 22using FlowLayoutPanel control = new(); 30using FlowLayoutPanel control = new(); 38using FlowLayoutPanel control = new(); 96using FlowLayoutPanel control = new() 157using FlowLayoutPanel control = new() 218using FlowLayoutPanel control = new() 279using FlowLayoutPanel control = new(); 287using FlowLayoutPanel control = new();
WinFormsControlsTest (6)
Buttons.cs (1)
40FlowLayoutPanel panel = new()
Dialogs.Designer.cs (1)
168private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
MainForm.Designer.cs (1)
61private System.Windows.Forms.FlowLayoutPanel overarchingFlowLayoutPanel;
ScrollableControls.Designer.cs (1)
469private FlowLayoutPanel flowLayoutPanel1;
TaskDialogSamples.cs (1)
20FlowLayoutPanel flowLayout = new()
ToolTipTests.Designer.cs (1)
186private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;