4 references to TabStop
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (4)
824
if (
TabStop
!= value)
1794
if ((Panel1.Controls.Count > 0 || Panel2.Controls.Count > 0) ||
TabStop
)
1879
if (ctl is not null &&
TabStop
)
2342
if (!
TabStop
|| IsSplitterFixed)