5 references to Timer
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (5)
1452
if (!HasValue(Feature.
Timer
))
1459
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2261
if (HasValue(Feature.
Timer
))
2263
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2742
SetValue(Feature.
Timer
, timer);