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)
1095if (_showKeyTipsTimer == null) 1101_showKeyTipsTimer.Tick += delegate(object sender, EventArgs e) { ShowKeyTips(); }; 1103_showKeyTipsTimer.Start(); 1108_showKeyTipsTimer?.Stop(); 1234_showKeyTipsTimer?.Stop();