16 references to TimeSpan
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
490plainText = (string)Dispatcher.Invoke(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o) {
System\Windows\Controls\HeaderedContentControl.cs (1)
400Dispatcher.Invoke(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\HeaderedItemsControl.cs (1)
349Dispatcher.Invoke(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\Primitives\Popup.cs (1)
2902internal static TimeSpan AnimationDelayTime = new TimeSpan(0, 0, 0, 0, AnimationDelay);
System\Windows\Controls\Primitives\RangeBase.cs (1)
374Dispatcher.Invoke(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\Primitives\ToggleButton.cs (1)
296Dispatcher.Invoke(DispatcherPriority.Send, new TimeSpan(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System.Management (2)
System\Management\ManagementDateTime.cs (2)
368timespan = new System.TimeSpan(days, hours, minutes, seconds, 0); 426TimeSpan tsTemp = new TimeSpan(timespan.Days, timespan.Hours, timespan.Minutes, timespan.Seconds, 0);
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
340TimeSpan sanitizedTimeSpan = new TimeSpan(span.Days, span.Hours, span.Minutes, 0, 0);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
319return new DateTime(DateToTicks(year, month, day) + (new TimeSpan(0, hour, minute, second, millisecond)).Ticks);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Timeout.cs (1)
11public static readonly TimeSpan InfiniteTimeSpan = new TimeSpan(0, 0, 0, 0, Infinite);
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (1)
250: this(days, hours, minutes, seconds, 0)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1306TimeSpan twoTenthsOfASeconds = new TimeSpan(0, 0, 0, 0, 200); 1311TimeSpan fourTenthsOfASeconds = new TimeSpan(0, 0, 0, 0, 400);
vstest.console (1)
CommandLine\CommandLineOptions.cs (1)
45private readonly TimeSpan _defaultRetrievalTimeout = new(0, 0, 0, 1, 500);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\CommandLine\CommandLineOptions.cs (1)
45private readonly TimeSpan _defaultRetrievalTimeout = new(0, 0, 0, 1, 500);