4 implementations of GetChunk
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
78public STAT_CHUNK GetChunk()
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
298public STAT_CHUNK GetChunk()
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
117public STAT_CHUNK GetChunk()
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
82STAT_CHUNK IFilter.GetChunk()
3 references to GetChunk
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
80return _filter.GetChunk();
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
139STAT_CHUNK chunk = _currentFilter.GetChunk();
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
92return _filter.GetChunk();