14 references to MetricEntryType
PresentationCore (14)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
274public MetricEntryType CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag) 281MetricEntryType type; 286case MetricEntryType.Optional: 291case MetricEntryType.Must : 292case MetricEntryType.Custom: 314private static 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)
693MetricEntryType metricEntryType;