1 type derived from DataXform
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\Codec.cs (1)
70internal class DeltaDelta : DataXform
5 references to DataXform
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (2)
98DataXform dtxf = this.HuffModule.FindDtXf(compression); 186DataXform dtxf = this.HuffModule.FindDtXf(compression);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (2)
58internal void Compress(DataXform dataXf, int[] input, List<byte> compressedData) 91internal uint Uncompress(DataXform dtxf, byte[] input, int startIndex, int[] outputBuffer)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffModule.cs (1)
85internal DataXform FindDtXf(byte algoData)