30 instantiations of 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
();
36 references to FlowLayoutPanel
PresentationUI (30)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
186
private System.Windows.Forms.
FlowLayoutPanel
_buttonFlowLayoutPanel;
190
private System.Windows.Forms.
FlowLayoutPanel
_listButtonFlowLayoutPanel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
241
private System.Windows.Forms.
FlowLayoutPanel
_buttomControlLayoutpanel;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (4)
234
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel1;
237
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel2;
239
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel3;
240
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel4;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (3)
238
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel1;
241
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel2;
243
private System.Windows.Forms.
FlowLayoutPanel
_flowLayoutPanel3;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
145
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanel2;
MS\Internal\Documents\RMPermissions.Designer.cs (6)
212
private System.Windows.Forms.
FlowLayoutPanel
mainContentFlowPanel;
213
private System.Windows.Forms.
FlowLayoutPanel
authenticatedAsFlowPanel;
216
private System.Windows.Forms.
FlowLayoutPanel
permissionsFlowPanel;
218
private System.Windows.Forms.
FlowLayoutPanel
contactFlowPanel;
221
private System.Windows.Forms.
FlowLayoutPanel
expirationFlowPanel;
225
private System.Windows.Forms.
FlowLayoutPanel
actionsFlowPanel;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
400
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelMain;
405
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelUnrestricted;
406
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelPermissions;
407
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelTemplate;
411
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelPeople;
418
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelExpires;
421
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelContact;
424
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelActions;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (3)
240
private System.Windows.Forms.
FlowLayoutPanel
_flowpanelMiddleControls;
241
private System.Windows.Forms.
FlowLayoutPanel
_flowpanelBottomControls;
243
private System.Windows.Forms.
FlowLayoutPanel
_columnHeaderPanel;
MS\Internal\Documents\SigningDialog.Designer.cs (2)
287
private System.Windows.Forms.
FlowLayoutPanel
_userInputFlowPanel;
296
private System.Windows.Forms.
FlowLayoutPanel
_buttonflowLayoutPanel;
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (2)
62
if (Container is
FlowLayoutPanel
flp)
140
if (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
"/>
85
private
FlowLayoutPanel
FlowLayoutPanel => Control;
355
private new
FlowLayoutPanel
Control => base.Control as
FlowLayoutPanel
;