5 references to Timer
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
1434
if (!HasValue(Feature.
Timer
))
1441
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2240
if (HasValue(Feature.
Timer
))
2242
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2706
SetValue(Feature.
Timer
, timer);