5 references to Timer
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
1442
if (!HasValue(Feature.
Timer
))
1449
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2262
if (HasValue(Feature.
Timer
))
2264
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2735
SetValue(Feature.
Timer
, timer);