14 references to FixedPanel
System.Windows.Forms (13)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (13)
35private FixedPanel _fixedPanel = FixedPanel.None; 336[DefaultValue(FixedPanel.None)] 339public FixedPanel FixedPanel 357case FixedPanel.Panel2: 695case FixedPanel.Panel1: 698case FixedPanel.Panel2: 1617if (FixedPanel == FixedPanel.Panel1) 1623if (FixedPanel == FixedPanel.Panel2) 1631if (FixedPanel == FixedPanel.None) 1674if (FixedPanel == FixedPanel.Panel1) 1683if (FixedPanel == FixedPanel.Panel2) 1693if (FixedPanel == FixedPanel.None)
System.Windows.Forms.UI.IntegrationTests (1)
Dpi\SplitContainerTests.cs (1)
48FixedPanel = FixedPanel.Panel1,