2 writes to lastOwner
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
692lastOwner = null; 1044lastOwner = Owner;
5 references to lastOwner
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (5)
687if (lastOwner != null) { 689if (shortcut != Keys.None && lastOwner.Shortcuts.ContainsKey(shortcut)) { 690lastOwner.Shortcuts.Remove(shortcut); 1032if (lastOwner != null) { 1033lastOwner.Shortcuts.Remove(shortcut);