8 references to Instance
System.Windows.Forms (8)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
33get { return FlowLayout.Instance; }
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (3)
22get { return FlowLayout.Instance; } 50IArrangedElement element = FlowLayout.Instance.CastToArrangedElement(child); 57IArrangedElement element = FlowLayout.Instance.CastToArrangedElement(child);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1360layoutEngine = FlowLayout.Instance;
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
111return FlowLayout.Instance;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
221return FlowLayout.Instance;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
188return FlowLayout.Instance;