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