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)
219
throw new COMException(SR.FilterGetChunkNoStream, (int)
FilterErrorCode
.FILTER_E_ACCESS);
242
throw new COMException(xmlException.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
276
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_TEXT);
281
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_MORE_TEXT);
301
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
77
(int)
FilterErrorCode
.FILTER_E_ACCESS);
87
if (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);
423
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
427
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
552
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
556
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);