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