2 writes to _isEnabled
WindowsBase (2)
Base\System\Windows\Threading\DispatcherTimer.cs (2)
187
_isEnabled
= true;
205
_isEnabled
= false;
7 references to _isEnabled
WindowsBase (7)
Base\System\Windows\Threading\DispatcherTimer.cs (7)
121
return
_isEnabled
;
128
if(!value &&
_isEnabled
)
132
else if(value && !
_isEnabled
)
164
if(
_isEnabled
)
185
if(!
_isEnabled
)
203
if(
_isEnabled
)
318
if(
_isEnabled
)