4 implementations of GetChunk
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
70public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
257public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\PackageFilter.cs (1)
107public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\XpsFilter.cs (1)
73STAT_CHUNK IFilter.GetChunk()
3 references to GetChunk
PresentationFramework (3)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
72return _filter.GetChunk();
MS\Internal\IO\Packaging\PackageFilter.cs (1)
129STAT_CHUNK chunk = _currentFilter.GetChunk();
MS\Internal\IO\Packaging\XpsFilter.cs (1)
83return _filter.GetChunk();