We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c890f + 5f3f31d commit 5766949Copy full SHA for 5766949
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/PopupControlService.cs
@@ -557,7 +557,7 @@ private void RaiseToolTipClosingEvent(bool reset)
557
_currentToolTip.IsOpen = false;
558
559
// Setting IsOpen makes call outs to app code. So it is possible that
560
- // the _currentToolTip is nuked as a result of an action there. If that
+ // the _currentToolTip is destroyed as a result of an action there. If that
561
// were the case we do not need to set off the timer to close the tooltip.
562
if (_currentToolTip != null)
563
{
0 commit comments