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