9 references to FileFormatException
PresentationCore (9)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
1020throw new FileFormatException();
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (6)
175if ((offset + 1) >= m_length) throw new FileFormatException(); 186if ((offset + 1) >= m_length) throw new FileFormatException(); 197if ((offset + 3) >= m_length) throw new FileFormatException(); 208if ((offset+1)>=m_length) throw new FileFormatException(); 1333throw new FileFormatException(); 1349throw new FileFormatException();
Core\CSharp\MS\Internal\Shaping\Substitution.cs (1)
261throw new FileFormatException();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
190throw new System.IO.FileFormatException();