6 references to Instance
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1207_layoutEngine = FlowLayout.Instance;
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (1)
84return FlowLayout.Instance;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
173return FlowLayout.Instance;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
173return FlowLayout.Instance;
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
23public override LayoutEngine LayoutEngine => FlowLayout.Instance;
System\Windows\Forms\Panels\FlowLayoutSettings.cs (1)
17public override LayoutEngine LayoutEngine => FlowLayout.Instance;