2 instantiations of MetricBlock
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1083block = new MetricBlock();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
688metricBlock = new MetricBlock();
14 references to MetricBlock
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (12)
320_metricTable = new System.Collections.Generic.List<MetricBlock>(); 451MetricBlock blk; 597MetricBlock metricBlock = null; 1054MetricBlock newblock; 1080private uint DecodeMetricBlock(Stream strm, uint cbSize, out MetricBlock block) 1445private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag, MetricBlock block) 1557private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1687_metricTable = new List<MetricBlock>(); 2250MetricBlock block; 2539MetricBlock metricBlock; 2564MetricBlock block = _metricTable[tmp]; 2680private 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)
685out MetricBlock metricBlock)