6 instantiations of FlowLayoutPanel
WsatUI (6)
MMCUI\TraceOptionsForm.designer.cs (6)
36
this.flowLayoutPanelButtons = new System.Windows.Forms.
FlowLayoutPanel
();
40
this.traceOutputPanel = new System.Windows.Forms.
FlowLayoutPanel
();
42
this.traceLevelPanel = new System.Windows.Forms.
FlowLayoutPanel
();
50
this.flowLayoutPanel2 = new System.Windows.Forms.
FlowLayoutPanel
();
52
this.flowLayoutPanelSessionControlButtons = new System.Windows.Forms.
FlowLayoutPanel
();
56
this.flowLayoutPanel1 = new System.Windows.Forms.
FlowLayoutPanel
();
10 references to FlowLayoutPanel
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (4)
348
FlowLayoutPanel
flp = Container as
FlowLayoutPanel
;
423
FlowLayoutPanel
flp = Container as
FlowLayoutPanel
;
WsatUI (6)
MMCUI\TraceOptionsForm.designer.cs (6)
268
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelButtons;
280
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanelSessionControlButtons;
281
private System.Windows.Forms.
FlowLayoutPanel
traceOutputPanel;
282
private System.Windows.Forms.
FlowLayoutPanel
traceLevelPanel;
283
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanel2;
284
private System.Windows.Forms.
FlowLayoutPanel
flowLayoutPanel1;