3 references to Instance
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
44get { return TableLayout.Instance; }
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
66get { return TableLayout.Instance; }
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1368layoutEngine = TableLayout.Instance;