5 references to Timer
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
1450
if (!HasValue(Feature.
Timer
))
1457
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2270
if (HasValue(Feature.
Timer
))
2272
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2743
SetValue(Feature.
Timer
, timer);