Skip to content

Commit 5766949

Browse files
authored
Merge pull request #3642 from dotnet/policheck2
1228498 [ wpf ][ PoliCheck ] - Defect : Term "nuked"
2 parents 85c890f + 5f3f31d commit 5766949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/PopupControlService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ private void RaiseToolTipClosingEvent(bool reset)
557557
_currentToolTip.IsOpen = false;
558558

559559
// 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
560+
// the _currentToolTip is destroyed as a result of an action there. If that
561561
// were the case we do not need to set off the timer to close the tooltip.
562562
if (_currentToolTip != null)
563563
{

0 commit comments

Comments
 (0)