23 references to FilterErrorCode
PresentationFramework (23)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
132(int)FilterErrorCode.FILTER_E_NO_TEXT); 146(int)FilterErrorCode.FILTER_E_NO_MORE_VALUES);
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
85(int)FilterErrorCode.FILTER_E_NO_TEXT);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
276(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS);
MS\Internal\IO\Packaging\PackageFilter.cs (4)
126(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 219(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 232(int)FilterErrorCode.FILTER_E_NO_TEXT); 247(int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XamlFilter.cs (5)
226throw new COMException(SR.FilterGetChunkNoStream, (int)FilterErrorCode.FILTER_E_ACCESS); 249throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 283SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_TEXT); 288SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_MORE_TEXT); 308SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
84(int)FilterErrorCode.FILTER_E_ACCESS); 94if (ex.ErrorCode == (int)FilterErrorCode.FILTER_E_END_OF_CHUNKS) 112(int)FilterErrorCode.FILTER_E_ACCESS); 159(int)FilterErrorCode.FILTER_E_ACCESS); 198(int)FilterErrorCode.FILTER_E_ACCESS); 283(int)FilterErrorCode.FILTER_E_ACCESS); 430throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 434throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 559throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 563throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);