10 references to FileFormatException
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
986
throw new
FileFormatException
();
MS\Internal\Shaping\OpenTypeLayout.cs (6)
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
();
1248
throw new
FileFormatException
();
1264
throw new
FileFormatException
();
MS\Internal\Shaping\Substitution.cs (1)
233
throw new
FileFormatException
();
MS\Internal\Text\TextInterface\DWriteUtil.cs (1)
28
throw new System.IO.
FileFormatException
();
PresentationUI (1)
MS\Internal\Documents\RightsManagementManager.cs (1)
1420
new
FileFormatException
());