14 references to MetricEntryType
PresentationCore (14)
Core\CSharp\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: 313static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out MetricEntryType metricEntryType, out uint index) 320metricEntryType = MetricEntryType.Custom; 338metricEntryType = MetricEntryType.Never; 349metricEntryType = MetricEntryType.Must; 366metricEntryType = MetricEntryType.Optional; 380metricEntryType = MetricEntryType.Must; 459public MetricEntryType AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag) 463MetricEntryType type = entry.CreateMetricEntry(property, tag);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
740MetricEntryType metricEntryType;