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