2 writes to _toolTipTimer
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
448
_toolTipTimer
= null;
1082
_toolTipTimer
= value;
3 references to _toolTipTimer
PresentationFramework (3)
src\Framework\System\Windows\Controls\PopupControlService.cs (3)
445
if (
_toolTipTimer
!= null)
447
_toolTipTimer
.Stop();
1077
return
_toolTipTimer
;