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