1 write to m_lWidth
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
463m_lWidth = RecordWidth
8 references to m_lWidth
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (3)
446If m_lWidth <> 0 AndAlso m_lCurrentColumn <> 0 AndAlso 447(lColumn + 14) > m_lWidth Then 455Return m_lWidth
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (5)
78If m_bPrint AndAlso (m_lWidth <> 0) Then 79If m_lCurrentColumn >= m_lWidth Then 98If m_bPrint AndAlso (m_lWidth <> 0) Then 99If (m_lCurrentColumn >= m_lWidth) OrElse 100(m_lCurrentColumn <> 0 AndAlso (m_lCurrentColumn + s.Length) > m_lWidth) Then