1 write to _showKeyTipsTimer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1098
_showKeyTipsTimer
= new DispatcherTimer(DispatcherPriority.Normal)
5 references to _showKeyTipsTimer
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\KeyTipService.cs (5)
1096
if (
_showKeyTipsTimer
== null)
1102
_showKeyTipsTimer
.Tick += delegate(object sender, EventArgs e) { ShowKeyTips(); };
1104
_showKeyTipsTimer
.Start();
1109
_showKeyTipsTimer
?.Stop();
1235
_showKeyTipsTimer
?.Stop();