2 writes to m_length
PresentationCore (2)
MS\Internal\Shaping\OpenTypeLayout.cs (2)
124m_length = (uint)data.Length; 128m_length = 0;
4 references to m_length
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
147if ((offset + 1) >= m_length) throw new FileFormatException(); 154if ((offset + 1) >= m_length) throw new FileFormatException(); 161if ((offset + 3) >= m_length) throw new FileFormatException(); 168if ((offset+1)>=m_length) throw new FileFormatException();