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)
220
throw new COMException(SR.FilterGetChunkNoStream, (int)
FilterErrorCode
.FILTER_E_ACCESS);
243
throw new COMException(xmlException.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
277
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_TEXT);
282
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_MORE_TEXT);
302
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
78
(int)
FilterErrorCode
.FILTER_E_ACCESS);
88
if (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);
424
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
428
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
553
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
557
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);