8 references to Tab
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (1)
34Friend Const chTab As Char = ControlChars.Tab
Microsoft\VisualBasic\CompilerServices\VB6File.vb (2)
2562GetFileInTerm = " ," & ControlChars.Tab & ControlChars.Cr 2570GetFileInTerm = " ," & ControlChars.Tab & ControlChars.Cr
Microsoft\VisualBasic\Conversion.vb (5)
561Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 637Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 727Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 762Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S) 810Case ControlChars.Tab, ControlChars.Lf, ControlChars.Cr, ChrW(32), ChrW(&H3000S)