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