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