1 write to useTabStops
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
1175useTabStops = value;
3 references to useTabStops
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
342if (useTabStops) cp.Style |= NativeMethods.LBS_USETABSTOPS; 1171return useTabStops; 1174if (useTabStops != value) {