2 writes to _lastOwner
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
575
_lastOwner
= null;
937
_lastOwner
= Owner;
4 references to _lastOwner
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (4)
567
if (
_lastOwner
is not null)
570
if (shortcut != Keys.None &&
_lastOwner
.Shortcuts.ContainsKey(shortcut))
572
_lastOwner
.Shortcuts.Remove(shortcut);
923
_lastOwner
?.Shortcuts.Remove(shortcut);