241 references to TotalMilliseconds
mscorlib (38)
system\runtime\remoting\leasemanager.cs (2)
89
leaseTimer.Change((int)pollTime.
TotalMilliseconds
, Timeout.Infinite);
265
leaseTimer.Change((int)pollTime.
TotalMilliseconds
, Timeout.Infinite);
system\threading\CancellationTokenSource.cs (2)
288
long totalMilliseconds = (long)delay.
TotalMilliseconds
;
427
long totalMilliseconds = (long)delay.
TotalMilliseconds
;
system\threading\CountdownEvent.cs (2)
484
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
514
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
system\threading\ManualResetEventSlim.cs (2)
466
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
497
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
system\threading\monitor.cs (1)
134
long tm = (long)timeout.
TotalMilliseconds
;
system\threading\readerwriterlock.cs (3)
108
long tm = (long)timeout.
TotalMilliseconds
;
134
long tm = (long)timeout.
TotalMilliseconds
;
193
long tm = (long)timeout.
TotalMilliseconds
;
system\threading\SemaphoreSlim.cs (6)
244
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
252
return Wait((int)timeout.
TotalMilliseconds
, new CancellationToken());
274
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
282
return Wait((int)timeout.
TotalMilliseconds
, cancellationToken);
571
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
579
return WaitAsync((int)timeout.
TotalMilliseconds
, cancellationToken);
system\threading\SpinLock.cs (2)
227
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
235
TryEnter((int)timeout.
TotalMilliseconds
, ref lockTaken);
system\threading\SpinWait.cs (2)
226
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
234
return SpinUntil(condition, (int)timeout.
TotalMilliseconds
);
system\threading\Tasks\Task.cs (4)
3077
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
4932
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
5357
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
5821
long totalMilliseconds = (long)delay.
TotalMilliseconds
;
system\threading\thread.cs (2)
700
long tm = (long)timeout.
TotalMilliseconds
;
731
long tm = (long)timeout.
TotalMilliseconds
;
system\threading\threadpool.cs (2)
1557
long tm = (long)timeout.
TotalMilliseconds
;
1576
long tm = (long)timeout.
TotalMilliseconds
;
system\threading\timer.cs (4)
869
long dueTm = (long)dueTime.
TotalMilliseconds
;
875
long periodTm = (long)period.
TotalMilliseconds
;
994
return Change((long) dueTime.
TotalMilliseconds
, (long) period.
TotalMilliseconds
);
system\threading\waithandle.cs (4)
204
long tm = (long)timeout.
TotalMilliseconds
;
377
long tm = (long)timeout.
TotalMilliseconds
;
482
long tm = (long)timeout.
TotalMilliseconds
;
536
long tm = (long)timeout.
TotalMilliseconds
;
PresentationCore (127)
Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (6)
412
currentSegmentProgress = currentTime.
TotalMilliseconds
413
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
425
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
426
/ segmentDuration.
TotalMilliseconds
;
674
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
908
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
412
currentSegmentProgress = currentTime.
TotalMilliseconds
413
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
425
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
426
/ segmentDuration.
TotalMilliseconds
;
674
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
908
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (6)
412
currentSegmentProgress = currentTime.
TotalMilliseconds
413
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
425
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
426
/ segmentDuration.
TotalMilliseconds
;
674
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
908
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (6)
412
currentSegmentProgress = currentTime.
TotalMilliseconds
413
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
425
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
426
/ segmentDuration.
TotalMilliseconds
;
674
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
908
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (6)
412
currentSegmentProgress = currentTime.
TotalMilliseconds
413
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
425
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
426
/ segmentDuration.
TotalMilliseconds
;
674
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
908
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (6)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
424
/ _sortedResolvedKeyFrames[0]._resolvedKeyTime.
TotalMilliseconds
;
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
686
EventTrace.EasyTraceEvent(EventTrace.Keyword.KeywordGraphics, EventTrace.Event.WClientScheduleRender, nextTickNeeded.
TotalMilliseconds
);
PresentationFramework (5)
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (5)
423
currentSegmentProgress = currentTime.
TotalMilliseconds
436
currentSegmentProgress = segmentCurrentTime.
TotalMilliseconds
437
/ segmentDuration.
TotalMilliseconds
;
766
keyTime.Percent * calculationDuration.
TotalMilliseconds
);
1000
(segmentLengths[i] / totalLength) * pacedBlockDuration.
TotalMilliseconds
);
System (20)
net\System\Net\Configuration\SettingsSection.cs (1)
180
this.downloadTimeout = (ts == TimeSpan.MaxValue || ts == TimeSpan.Zero) ? Timeout.Infinite : (int) ts.
TotalMilliseconds
;
net\System\Net\FtpWebRequest.cs (4)
588
m_RemainingTimeout = Timeout - (int)((DateTime.UtcNow - m_StartTime).
TotalMilliseconds
);
908
m_RemainingTimeout = Timeout - (int)((DateTime.UtcNow - m_StartTime).
TotalMilliseconds
);
1095
m_RemainingTimeout = Timeout - (int)((DateTime.UtcNow - m_StartTime).
TotalMilliseconds
);
1113
m_RemainingTimeout = Timeout - (int)((DateTime.UtcNow - m_StartTime).
TotalMilliseconds
);
net\System\Net\ServicePoint.cs (1)
524
double elapsedDouble = (DateTime.Now - m_IdleSince).
TotalMilliseconds
;
net\System\Net\WebSockets\WebSocketBase.cs (4)
2197
if ((int)keepAliveInterval.
TotalMilliseconds
> 0)
2260
ResetTimer((int)m_KeepAliveInterval.
TotalMilliseconds
);
2268
int keepAliveIntervalMilliseconds = (int)m_KeepAliveInterval.
TotalMilliseconds
;
2302
ResetTimer((int)(m_KeepAliveInterval - idleTime).
TotalMilliseconds
);
regex\system\text\regularexpressions\RegexRunner.cs (2)
131
? (Int32) Regex.InfiniteMatchTimeout.
TotalMilliseconds
132
: (Int32) (timeout.
TotalMilliseconds
+ 0.5); // Round
security\system\security\cryptography\x509\x509chain.cs (1)
383
ChainPara.dwUrlRetrievalTimeout = (uint) Math.Floor(timeout.
TotalMilliseconds
);
sys\system\collections\concurrent\BlockingCollection.cs (5)
344
return TryAddWithNoTimeValidation(item, (int)timeout.
TotalMilliseconds
, new CancellationToken());
621
return TryTakeWithNoTimeValidation(out item, (int)timeout.
TotalMilliseconds
, CancellationToken.None, null);
912
return TryAddToAnyCore(collections, item, (int)timeout.
TotalMilliseconds
, CancellationToken.None);
1278
return TryTakeFromAnyCore(collections, out item, (int)timeout.
TotalMilliseconds
, false, CancellationToken.None);
1780
long totalMilliseconds = (long)timeout.
TotalMilliseconds
;
sys\system\threading\Barrier.cs (2)
585
Int64 totalMilliseconds = (Int64)timeout.
TotalMilliseconds
;
591
return SignalAndWait((int)timeout.
TotalMilliseconds
, cancellationToken);
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\LoadRetryExponentialBackoffStrategy.cs (2)
33
this.maxDelay.
TotalMilliseconds
,
34
this.multiplier.
TotalMilliseconds
* random.Next(1, ((2 << power) - 1))
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
252
return (Int64)datetimeOffset.
TotalMilliseconds
;
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
146
timeout = (int)ts.
TotalMilliseconds
;
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (2)
145
if (timeDifference.
TotalMilliseconds
>= maxPassedTime) {
146
maxPassedTime = timeDifference.
TotalMilliseconds
;
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (1)
246
long ltm = (long)timeout.
TotalMilliseconds
;
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
1962
request.Timeout = (int)Math.Min(Int32.MaxValue, new TimeSpan(0, 0, this.timeout).
TotalMilliseconds
);
System.Management (2)
managementeventwatcher.cs (1)
428
(int) options.Timeout.
TotalMilliseconds
;
managementobjectcollection.cs (1)
544
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.Timeout.
TotalMilliseconds
;
System.Messaging (4)
System\Messaging\MessageEnumerator.cs (2)
158
long timeoutInMilliseconds = (long)timeout.
TotalMilliseconds
;
264
long timeoutInMilliseconds = (long)timeout.
TotalMilliseconds
;
System\Messaging\MessageQueue.cs (2)
2511
long timeoutInMilliseconds = (long)timeout.
TotalMilliseconds
;
3018
long timeoutInMilliseconds = (long)timeout.
TotalMilliseconds
;
System.Runtime.Caching (2)
System\Caching\Configuration\ConfigUtil.cs (1)
62
double milliseconds = tValue.
TotalMilliseconds
;
System\Caching\MemoryCacheStatistics.cs (1)
115
double milliseconds = element.PollingInterval.
TotalMilliseconds
;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
837
_timeout = (int)((TimeSpan)value).
TotalMilliseconds
;
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
741
UInt64 milliseconds = Convert.ToUInt64(timeSpan.
TotalMilliseconds
);
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
103
this.meanRtt = Math.Min((long)initRtt.
TotalMilliseconds
, Constants.MaxMeanRtt >> Constants.TimeMultiplier) << Constants.TimeMultiplier;
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
535
return (long)elapsedTime.
TotalMilliseconds
;
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
30
this.commitNotLaterThan = DateTime.UtcNow + TimeSpan.FromMilliseconds(shared.TransactionTimeout.
TotalMilliseconds
* 4 / 5);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
1363
progress = (int)(elaspedTime.
TotalMilliseconds
/ Duration.
TotalMilliseconds
* 100);
System\ServiceModel\Discovery\RandomDelayQueuedSendsAsyncResult.cs (1)
44
this.maxRandomDelayInMillis = maxRandomDelay.
TotalMilliseconds
;
System.Transactions (1)
System\Transactions\Oletx\DTCTransactionManager.cs (1)
167
returnTimeout = ( Convert.ToUInt32( timeout.
TotalMilliseconds
, CultureInfo.CurrentCulture ) );
System.Web (8)
Management\AppDomainResourcePerfCounters.cs (2)
120
double timeElapsed = (dtUtcNow - _LastCollectTime).
TotalMilliseconds
; // Total time since last collect
121
double cpuTimeUsed = (newTotalCPUTime - _TotalCPUTime).
TotalMilliseconds
; // Total CPU time used since last collect
Management\webeventbuffer.cs (5)
150
_regularFlushIntervalMs = (long)bufferModeInfo.RegularFlushInterval.
TotalMilliseconds
;
162
_urgentFlushIntervalMs = (long)bufferModeInfo.UrgentFlushInterval.
TotalMilliseconds
;
229
((now - _lastAdd).
TotalMilliseconds
) >= _urgentFlushIntervalMs;
243
nowFromStartTime = (long)((now - _startTime).
TotalMilliseconds
);
372
long msSinceLastScheduledFlush = (long)(nowUtc - _lastScheduledFlushTime).
TotalMilliseconds
;
UI\LegacyPageAsyncTaskManager.cs (1)
355
double timerPeriod = (_timeoutEnd - utcNow).
TotalMilliseconds
;
System.Web.DataVisualization (1)
Common\General\AxisScale.cs (1)
1385
double mlSeconds = timeSpan.
TotalMilliseconds
;
System.Windows.Forms.DataVisualization (1)
Common\General\AxisScale.cs (1)
1385
double mlSeconds = timeSpan.
TotalMilliseconds
;
WindowsBase (16)
Base\System\Windows\SplashScreen.cs (2)
339
double progress = (_fadeoutEnd - dtNow).
TotalMilliseconds
/ _fadeoutDuration.
TotalMilliseconds
;
Base\System\Windows\Threading\Dispatcher.cs (5)
643
if( timeout.
TotalMilliseconds
< 0 &&
813
if( timeout.
TotalMilliseconds
< 0 &&
1402
if( timeout.
TotalMilliseconds
< 0 &&
1468
Debug.Assert(timeout.
TotalMilliseconds
>= 0 || timeout == TimeSpan.FromMilliseconds(-1));
1481
if(timeout.
TotalMilliseconds
>= 0)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
212
timeout.
TotalMilliseconds
!= 0)
617
if(timeout.
TotalMilliseconds
> 0)
Base\System\Windows\Threading\DispatcherTimer.cs (7)
91
if (interval.
TotalMilliseconds
< 0)
94
if (interval.
TotalMilliseconds
> Int32.MaxValue)
154
if (value.
TotalMilliseconds
< 0)
157
if (value.
TotalMilliseconds
> Int32.MaxValue)
166
_dueTimeInTicks = Environment.TickCount + (int)_interval.
TotalMilliseconds
;
278
_dueTimeInTicks = Environment.TickCount + (int) _interval.
TotalMilliseconds
;
280
if (_interval.
TotalMilliseconds
== 0 && _dispatcher.CheckAccess())