14 references to MetricEntryType
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
275
public
MetricEntryType
CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag)
282
MetricEntryType
type;
287
case
MetricEntryType
.Optional:
292
case
MetricEntryType
.Must :
293
case
MetricEntryType
.Custom:
314
static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out
MetricEntryType
metricEntryType, out uint index)
321
metricEntryType =
MetricEntryType
.Custom;
339
metricEntryType =
MetricEntryType
.Never;
350
metricEntryType =
MetricEntryType
.Must;
367
metricEntryType =
MetricEntryType
.Optional;
381
metricEntryType =
MetricEntryType
.Must;
460
public
MetricEntryType
AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag)
464
MetricEntryType
type = entry.CreateMetricEntry(property, tag);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
694
MetricEntryType
metricEntryType;