3 references to Duration
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1251case KnownElements.Duration: o = new System.Windows.Duration(); break; 3715case KnownElements.Duration: converterId = KnownElements.DurationConverter; break; 5741case KnownElements.Duration: t = typeof(System.Windows.Duration); break;