3 references to TimeSpan
mscorlib (3)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
184if (this.Type != PropertyType.TimeSpan)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
330return new CLRIReferenceImpl<TimeSpan>(PropertyType.TimeSpan, (TimeSpan)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
62TimeSpanArray = TimeSpan + 1024,