2 instantiations of MetricBlock
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1094block = new MetricBlock();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
695metricBlock = new MetricBlock();
14 references to MetricBlock
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (12)
333_metricTable = new System.Collections.Generic.List<MetricBlock>(); 464MetricBlock blk; 610MetricBlock metricBlock = null; 1065MetricBlock newblock; 1091private uint DecodeMetricBlock(Stream strm, uint cbSize, out MetricBlock block) 1460private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag, MetricBlock block) 1572private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1702_metricTable = new List<MetricBlock>(); 2273MetricBlock block; 2569MetricBlock metricBlock; 2594MetricBlock block = _metricTable[tmp]; 2710private System.Collections.Generic.List<MetricBlock> _metricTable = null;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
533public bool CompareMetricBlock( MetricBlock metricColl, ref SetType setType)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
692out MetricBlock metricBlock)