1 write to PropertyMetrics
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
36
PropertyMetrics
= prop;
11 references to PropertyMetrics
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (4)
1492
minimum = MetricEntry.MetricEntry_Optional[dw].
PropertyMetrics
.Minimum;
1493
maximum = MetricEntry.MetricEntry_Optional[dw].
PropertyMetrics
.Maximum;
1494
resolution = MetricEntry.MetricEntry_Optional[dw].
PropertyMetrics
.Resolution;
1495
unit = MetricEntry.MetricEntry_Optional[dw].
PropertyMetrics
.Unit;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (7)
55
public static StylusPointPropertyInfo DefaultXMetric = MetricEntry_Optional[0].
PropertyMetrics
;
57
public static StylusPointPropertyInfo DefaultYMetric = MetricEntry_Optional[1].
PropertyMetrics
;
288
Initialize(propertyInfo, MetricEntry_Optional[index].
PropertyMetrics
);
367
if( propertyInfo.Minimum == MetricEntry_Optional[ul].
PropertyMetrics
.Minimum &&
368
propertyInfo.Maximum == MetricEntry_Optional[ul].
PropertyMetrics
.Maximum &&
369
propertyInfo.Unit == MetricEntry_Optional[ul].
PropertyMetrics
.Unit &&
370
DoubleUtil.AreClose(propertyInfo.Resolution, MetricEntry_Optional[ul].
PropertyMetrics
.Resolution) )