23 references to FilterErrorCode
PresentationFramework (23)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
131(int)FilterErrorCode.FILTER_E_NO_TEXT); 145(int)FilterErrorCode.FILTER_E_NO_MORE_VALUES);
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
84(int)FilterErrorCode.FILTER_E_NO_TEXT);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
270(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS);
MS\Internal\IO\Packaging\PackageFilter.cs (4)
122(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 215(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 228(int)FilterErrorCode.FILTER_E_NO_TEXT); 243(int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XamlFilter.cs (5)
220throw new COMException(SR.FilterGetChunkNoStream, (int)FilterErrorCode.FILTER_E_ACCESS); 243throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 277SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_TEXT); 282SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_MORE_TEXT); 302SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
78(int)FilterErrorCode.FILTER_E_ACCESS); 88if (ex.ErrorCode == (int)FilterErrorCode.FILTER_E_END_OF_CHUNKS) 106(int)FilterErrorCode.FILTER_E_ACCESS); 153(int)FilterErrorCode.FILTER_E_ACCESS); 192(int)FilterErrorCode.FILTER_E_ACCESS); 277(int)FilterErrorCode.FILTER_E_ACCESS); 424throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 428throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 553throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 557throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);