67 references to FlowLayoutPanel
Accessibility_Core_App (4)
ContainerControls.Designer.cs (3)
31
this.flowLayoutPanel2 = new System.Windows.Forms.
FlowLayoutPanel
();
68
this.flowLayoutPanel1 = new System.Windows.Forms.
FlowLayoutPanel
();
85
this.flowLayoutPanel3 = new System.Windows.Forms.
FlowLayoutPanel
();
ContainerControls2.Designer.cs (1)
50
this.flowLayoutPanel4 = new System.Windows.Forms.
FlowLayoutPanel
();
PresentationUI (30)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
39
this._buttonFlowLayoutPanel = new System.Windows.Forms.
FlowLayoutPanel
();
43
this._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)
38
this._flowLayoutPanel1 = new System.Windows.Forms.
FlowLayoutPanel
();
41
this._flowLayoutPanel2 = new System.Windows.Forms.
FlowLayoutPanel
();
43
this._flowLayoutPanel3 = new System.Windows.Forms.
FlowLayoutPanel
();
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
36
this.flowLayoutPanel2 = new System.Windows.Forms.
FlowLayoutPanel
();
MS\Internal\Documents\RMPermissions.Designer.cs (6)
35
this.mainContentFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
36
this.authenticatedAsFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
39
this.permissionsFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
41
this.contactFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
44
this.expirationFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
48
this.actionsFlowPanel = new System.Windows.Forms.
FlowLayoutPanel
();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
35
this.flowLayoutPanelMain = new System.Windows.Forms.
FlowLayoutPanel
();
40
this.flowLayoutPanelUnrestricted = new System.Windows.Forms.
FlowLayoutPanel
();
41
this.flowLayoutPanelPermissions = new System.Windows.Forms.
FlowLayoutPanel
();
42
this.flowLayoutPanelTemplate = new System.Windows.Forms.
FlowLayoutPanel
();
46
this.flowLayoutPanelPeople = new System.Windows.Forms.
FlowLayoutPanel
();
53
this.flowLayoutPanelExpires = new System.Windows.Forms.
FlowLayoutPanel
();
56
this.flowLayoutPanelContact = new System.Windows.Forms.
FlowLayoutPanel
();
59
this.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)
13
using FlowLayoutPanel flowLayoutPanel =
new
();
23
using FlowLayoutPanel flowLayoutPanel =
new
();
36
using FlowLayoutPanel flowLayoutPanel =
new
();
System\Windows\Forms\ControlTests.cs (3)
869
using FlowLayoutPanel panelRadioButtons =
new
()
880
using FlowLayoutPanel panelCheckBoxes =
new
()
891
using FlowLayoutPanel panelButtons =
new
()
System\Windows\Forms\FlowLayoutPanelTests.cs (10)
148
using FlowLayoutPanel control =
new
();
174
using FlowLayoutPanel control =
new
();
183
using FlowLayoutPanel control =
new
();
214
using FlowLayoutPanel control =
new
();
235
using FlowLayoutPanel control =
new
();
251
using FlowLayoutPanel control =
new
();
258
using FlowLayoutPanel control =
new
();
319
using FlowLayoutPanel control =
new
();
359
using FlowLayoutPanel control =
new
();
416
using FlowLayoutPanel control =
new
();
System\Windows\Forms\Layout\FlowLayoutTests.cs (9)
14
using FlowLayoutPanel control =
new
();
22
using FlowLayoutPanel control =
new
();
30
using FlowLayoutPanel control =
new
();
38
using FlowLayoutPanel control =
new
();
96
using FlowLayoutPanel control =
new
()
157
using FlowLayoutPanel control =
new
()
218
using FlowLayoutPanel control =
new
()
279
using FlowLayoutPanel control =
new
();
287
using FlowLayoutPanel control =
new
();
WinFormsControlsTest (8)
Buttons.cs (3)
40
FlowLayoutPanel panel =
new
()
61
panel = new
FlowLayoutPanel
82
panel = new
FlowLayoutPanel
Dialogs.Designer.cs (1)
42
this.flowLayoutPanel1 = new System.Windows.Forms.
FlowLayoutPanel
();
MainForm.Designer.cs (1)
34
this.overarchingFlowLayoutPanel = new System.Windows.Forms.
FlowLayoutPanel
();
ScrollableControls.Designer.cs (1)
45
flowLayoutPanel1 = new
FlowLayoutPanel
();
TaskDialogSamples.cs (1)
20
FlowLayoutPanel flowLayout =
new
()
ToolTipTests.Designer.cs (1)
36
this.flowLayoutPanel1 = new System.Windows.Forms.
FlowLayoutPanel
();