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