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