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)
1096if (_showKeyTipsTimer == null) 1102_showKeyTipsTimer.Tick += delegate(object sender, EventArgs e) { ShowKeyTips(); }; 1104_showKeyTipsTimer.Start(); 1109_showKeyTipsTimer?.Stop(); 1235_showKeyTipsTimer?.Stop();