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