4 references to FILTER_E_END_OF_CHUNKS
PresentationFramework (4)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
274
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
MS\Internal\IO\Packaging\PackageFilter.cs (2)
121
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
214
(int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
87
if (ex.ErrorCode == (int)FilterErrorCode.
FILTER_E_END_OF_CHUNKS
)