13 references to TimeSpan
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
490
plainText = (string)Dispatcher.Invoke(DispatcherPriority.Send, new
TimeSpan
(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o) {
System\Windows\Controls\HeaderedContentControl.cs (1)
400
Dispatcher.Invoke(DispatcherPriority.Send, new
TimeSpan
(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\HeaderedItemsControl.cs (1)
349
Dispatcher.Invoke(DispatcherPriority.Send, new
TimeSpan
(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\Primitives\Popup.cs (1)
2908
internal static TimeSpan AnimationDelayTime = new
TimeSpan
(0, 0, 0, 0, AnimationDelay);
System\Windows\Controls\Primitives\RangeBase.cs (1)
374
Dispatcher.Invoke(DispatcherPriority.Send, new
TimeSpan
(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System\Windows\Controls\Primitives\ToggleButton.cs (1)
296
Dispatcher.Invoke(DispatcherPriority.Send, new
TimeSpan
(0, 0, 0, 0, 20), new DispatcherOperationCallback(delegate(object o)
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
340
TimeSpan sanitizedTimeSpan = new
TimeSpan
(span.Days, span.Hours, span.Minutes, 0, 0);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\CounterGroup.cs (1)
296
if (counterGroup._nextPollingTimeStamp < now + new
TimeSpan
(0, 0, 0, 0, 1))
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
319
return new DateTime(DateToTicks(year, month, day) + (new
TimeSpan
(0, hour, minute, second, millisecond)).Ticks);
src\libraries\System.Private.CoreLib\src\System\Threading\Timeout.cs (1)
11
public static readonly TimeSpan InfiniteTimeSpan = new
TimeSpan
(0, 0, 0, 0, Infinite);
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (1)
256
:
this
(days, hours, minutes, seconds, 0)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
1306
TimeSpan twoTenthsOfASeconds = new
TimeSpan
(0, 0, 0, 0, 200);
1311
TimeSpan fourTenthsOfASeconds = new
TimeSpan
(0, 0, 0, 0, 400);