9 references to FileFormatException
PresentationCore (9)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
1020
throw new
FileFormatException
();
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (6)
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
();
1333
throw new
FileFormatException
();
1349
throw new
FileFormatException
();
Core\CSharp\MS\Internal\Shaping\Substitution.cs (1)
261
throw new
FileFormatException
();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
190
throw new System.IO.
FileFormatException
();