3 references to FILTER_E_UNKNOWNFORMAT
PresentationFramework (3)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
249
throw new COMException(xmlException.Message, (int)FilterErrorCode.
FILTER_E_UNKNOWNFORMAT
);
MS\Internal\IO\Packaging\XpsFilter.cs (2)
434
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_UNKNOWNFORMAT
);
563
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_UNKNOWNFORMAT
);