10 references to FileFormatException
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
986throw new FileFormatException();
MS\Internal\Shaping\OpenTypeLayout.cs (6)
147if ((offset + 1) >= m_length) throw new FileFormatException(); 154if ((offset + 1) >= m_length) throw new FileFormatException(); 161if ((offset + 3) >= m_length) throw new FileFormatException(); 168if ((offset+1)>=m_length) throw new FileFormatException(); 1248throw new FileFormatException(); 1264throw new FileFormatException();
MS\Internal\Shaping\Substitution.cs (1)
233throw new FileFormatException();
MS\Internal\Text\TextInterface\DWriteUtil.cs (1)
28throw new System.IO.FileFormatException();
PresentationUI (1)
MS\Internal\Documents\RightsManagementManager.cs (1)
1420new FileFormatException());