4 references to FILTER_E_END_OF_CHUNKS
PresentationFramework (4)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
276
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
MS\Internal\IO\Packaging\PackageFilter.cs (2)
126
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
219
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
94
if (ex.ErrorCode == (int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
)