9 references to Cr
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
2562GetFileInTerm = " ," & ControlChars.Tab & ControlChars.Cr 2564GetFileInTerm = ControlChars.Cr 2568GetFileInTerm = "," & 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)