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