3 references to Duration
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1252case KnownElements.Duration: o = new System.Windows.Duration(); break; 3705case KnownElements.Duration: converterId = KnownElements.DurationConverter; break; 5731case KnownElements.Duration: t = typeof(System.Windows.Duration); break;