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