1 write to _showKeyTipsTimer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1097
_showKeyTipsTimer
= new DispatcherTimer(DispatcherPriority.Normal)
5 references to _showKeyTipsTimer
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (5)
1095
if (
_showKeyTipsTimer
== null)
1101
_showKeyTipsTimer
.Tick += delegate(object sender, EventArgs e) { ShowKeyTips(); };
1103
_showKeyTipsTimer
.Start();
1108
_showKeyTipsTimer
?.Stop();
1234
_showKeyTipsTimer
?.Stop();