14 references to MetricEntryType
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
277
public
MetricEntryType
CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag)
284
MetricEntryType
type;
289
case
MetricEntryType
.Optional:
294
case
MetricEntryType
.Must :
295
case
MetricEntryType
.Custom:
316
static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out
MetricEntryType
metricEntryType, out uint index)
323
metricEntryType =
MetricEntryType
.Custom;
341
metricEntryType =
MetricEntryType
.Never;
352
metricEntryType =
MetricEntryType
.Must;
369
metricEntryType =
MetricEntryType
.Optional;
383
metricEntryType =
MetricEntryType
.Must;
462
public
MetricEntryType
AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag)
466
MetricEntryType
type = entry.CreateMetricEntry(property, tag);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
701
MetricEntryType
metricEntryType;