3 references to FILTER_E_UNKNOWNFORMAT
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
269throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (2)
444throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 585throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);