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