2 writes to m_length
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
143
m_length
= (uint)data.Length;
147
m_length
= 0;
4 references to m_length
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (4)
175
if ((offset + 1) >=
m_length
) throw new FileFormatException();
186
if ((offset + 1) >=
m_length
) throw new FileFormatException();
197
if ((offset + 3) >=
m_length
) throw new FileFormatException();
208
if ((offset+1)>=
m_length
) throw new FileFormatException();