2 instantiations of MetricBlock
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1082block = new MetricBlock();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
687metricBlock = new MetricBlock();
14 references to MetricBlock
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (12)
319_metricTable = new System.Collections.Generic.List<MetricBlock>(); 450MetricBlock blk; 596MetricBlock metricBlock = null; 1053MetricBlock newblock; 1079private uint DecodeMetricBlock(Stream strm, uint cbSize, out MetricBlock block) 1444private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag, MetricBlock block) 1556private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1686_metricTable = new List<MetricBlock>(); 2249MetricBlock block; 2538MetricBlock metricBlock; 2563MetricBlock block = _metricTable[tmp]; 2679private System.Collections.Generic.List<MetricBlock> _metricTable = null;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
531public bool CompareMetricBlock( MetricBlock metricColl, ref SetType setType)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
684out MetricBlock metricBlock)