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)
226
throw new COMException(SR.FilterGetChunkNoStream, (int)
FilterErrorCode
.FILTER_E_ACCESS);
249
throw new COMException(xmlException.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
283
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_TEXT);
288
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_MORE_TEXT);
308
SecurityHelper.ThrowExceptionForHR((int)
FilterErrorCode
.FILTER_E_NO_VALUES);
MS\Internal\IO\Packaging\XpsFilter.cs (10)
84
(int)
FilterErrorCode
.FILTER_E_ACCESS);
94
if (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);
430
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
434
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);
559
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_ACCESS);
563
throw new COMException(ex.Message, (int)
FilterErrorCode
.FILTER_E_UNKNOWNFORMAT);