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