2 instantiations of MetricBlock
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1108
block = new
MetricBlock
();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
734
metricBlock = new
MetricBlock
();
14 references to MetricBlock
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (12)
343
_metricTable = new System.Collections.Generic.List<
MetricBlock
>();
474
MetricBlock
blk;
620
MetricBlock
metricBlock = null;
1079
MetricBlock
newblock;
1105
private uint DecodeMetricBlock(Stream strm, uint cbSize, out
MetricBlock
block)
1475
private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag,
MetricBlock
block)
1587
private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd,
MetricBlock
block, GuidList guidList)
1733
_metricTable = new List<
MetricBlock
>();
2324
MetricBlock
block;
2630
MetricBlock
metricBlock;
2655
MetricBlock
block = _metricTable[tmp];
2771
private System.Collections.Generic.List<
MetricBlock
> _metricTable = null;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
530
public bool CompareMetricBlock(
MetricBlock
metricColl, ref SetType setType)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
731
out
MetricBlock
metricBlock)