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