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