5 references to Timer
PresentationFramework (5)
System\Windows\Data\BindingExpressionBase.cs (5)
1440
if (!HasValue(Feature.
Timer
))
1447
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2246
if (HasValue(Feature.
Timer
))
2248
DispatcherTimer timer = (DispatcherTimer)GetValue(Feature.
Timer
, null);
2712
SetValue(Feature.
Timer
, timer);