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