23 references to FilterErrorCode
PresentationFramework (23)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
130(int)FilterErrorCode.FILTER_E_NO_TEXT); 144(int)FilterErrorCode.FILTER_E_NO_MORE_VALUES);
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
83(int)FilterErrorCode.FILTER_E_NO_TEXT);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
274(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS);
MS\Internal\IO\Packaging\PackageFilter.cs (4)
121(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 214(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 227(int)FilterErrorCode.FILTER_E_NO_TEXT); 242(int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XamlFilter.cs (5)
219throw new COMException(SR.FilterGetChunkNoStream, (int)FilterErrorCode.FILTER_E_ACCESS); 242throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 276SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_TEXT); 281SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_MORE_TEXT); 301SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
77(int)FilterErrorCode.FILTER_E_ACCESS); 87if (ex.ErrorCode == (int)FilterErrorCode.FILTER_E_END_OF_CHUNKS) 105(int)FilterErrorCode.FILTER_E_ACCESS); 152(int)FilterErrorCode.FILTER_E_ACCESS); 191(int)FilterErrorCode.FILTER_E_ACCESS); 276(int)FilterErrorCode.FILTER_E_ACCESS); 423throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 427throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 552throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 556throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);