2 writes to m_length
PresentationCore (2)
MS\Internal\Shaping\OpenTypeLayout.cs (2)
123
m_length
= (uint)data.Length;
127
m_length
= 0;
4 references to m_length
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
146
if ((offset + 1) >=
m_length
) throw new FileFormatException();
153
if ((offset + 1) >=
m_length
) throw new FileFormatException();
160
if ((offset + 3) >=
m_length
) throw new FileFormatException();
167
if ((offset+1)>=
m_length
) throw new FileFormatException();