2 implementations of GetChunk
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
101public ManagedChunk GetChunk()
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
230public ManagedChunk GetChunk()
1 reference to GetChunk
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
301ManagedChunk managedChunk = _implementation.GetChunk();