1 write to fixedPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
484fixedPanel = value;
4 references to fixedPanel
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SplitContainer.cs (4)
474return fixedPanel; 483if (fixedPanel != value) { 486switch (fixedPanel) { 839switch (fixedPanel) {