11 references to TabInfo
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.TabInfo))]
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (6)
2097Private Sub PrintTab(ByVal ti As TabInfo) 2197If typ Is GetType(TabInfo) Then 2198PrintTab(CType(obj, TabInfo)) 2255ElseIf CurrentType Is GetType(TabInfo) Then 2256Dim ti As TabInfo = CType(value, TabInfo)
Microsoft\VisualBasic\FileSystem.vb (4)
1162Public Function TAB() As TabInfo 1163Dim Result As TabInfo 1168Public Function TAB(ByVal Column As Short) As TabInfo 1169Dim Result As TabInfo