4 implementations of GetChunk
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
69
public STAT_CHUNK
GetChunk
()
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
261
public STAT_CHUNK
GetChunk
()
MS\Internal\IO\Packaging\PackageFilter.cs (1)
106
public STAT_CHUNK
GetChunk
()
MS\Internal\IO\Packaging\XpsFilter.cs (1)
72
STAT_CHUNK IFilter.
GetChunk
()
3 references to GetChunk
PresentationFramework (3)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
71
return _filter.
GetChunk
();
MS\Internal\IO\Packaging\PackageFilter.cs (1)
128
STAT_CHUNK chunk = _currentFilter.
GetChunk
();
MS\Internal\IO\Packaging\XpsFilter.cs (1)
82
return _filter.
GetChunk
();