1 write to _showKeyTipsTimer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
1099_showKeyTipsTimer = new DispatcherTimer(DispatcherPriority.Normal);
8 references to _showKeyTipsTimer
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipService.cs (8)
1097if (_showKeyTipsTimer == null) 1100_showKeyTipsTimer.Interval = TimeSpan.FromMilliseconds(ShowKeyTipsWaitTime); 1101_showKeyTipsTimer.Tick += delegate(object sender, EventArgs e) { ShowKeyTips(); }; 1103_showKeyTipsTimer.Start(); 1108if (_showKeyTipsTimer != null) 1110_showKeyTipsTimer.Stop(); 1237if (_showKeyTipsTimer != null) 1239_showKeyTipsTimer.Stop();