5 references to Timer
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
1441
if (!HasValue(Feature.
Timer
))
1448
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2247
if (HasValue(Feature.
Timer
))
2249
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2713
SetValue(Feature.
Timer
, timer);