10 references to FileFormatException
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
985
throw new
FileFormatException
();
MS\Internal\Shaping\OpenTypeLayout.cs (6)
146
if ((offset + 1) >= m_length) throw new
FileFormatException
();
153
if ((offset + 1) >= m_length) throw new
FileFormatException
();
160
if ((offset + 3) >= m_length) throw new
FileFormatException
();
167
if ((offset+1)>=m_length) throw new
FileFormatException
();
1247
throw new
FileFormatException
();
1263
throw new
FileFormatException
();
MS\Internal\Shaping\Substitution.cs (1)
232
throw new
FileFormatException
();
MS\Internal\Text\TextInterface\DWriteUtil.cs (1)
28
throw new System.IO.
FileFormatException
();
PresentationUI (1)
MS\Internal\Documents\RightsManagementManager.cs (1)
1403
new
FileFormatException
());