14 references to MetricEntryType
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
274
public
MetricEntryType
CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag)
281
MetricEntryType
type;
286
case
MetricEntryType
.Optional:
291
case
MetricEntryType
.Must :
292
case
MetricEntryType
.Custom:
313
static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out
MetricEntryType
metricEntryType, out uint index)
320
metricEntryType =
MetricEntryType
.Custom;
338
metricEntryType =
MetricEntryType
.Never;
349
metricEntryType =
MetricEntryType
.Must;
366
metricEntryType =
MetricEntryType
.Optional;
380
metricEntryType =
MetricEntryType
.Must;
459
public
MetricEntryType
AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag)
463
MetricEntryType
type = entry.CreateMetricEntry(property, tag);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
740
MetricEntryType
metricEntryType;