1 write to ownerToolStrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5144this.ownerToolStrip = ownerToolStrip;
8 references to ownerToolStrip
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStrip.cs (8)
5149if (ownerToolStrip.Disposing || ownerToolStrip.IsDisposed || ownerToolStrip.IsDropDown) { 5162if (ownerToolStrip.ContainsFocus) { 5165if (!UnsafeNativeMethods.IsChild(new HandleRef(this, ownerToolStrip.Handle), new HandleRef(this,m.HWnd))) { 5166HandleRef rootHwnd = WindowsFormsUtils.GetRootHWnd(ownerToolStrip); 5183ownerToolStrip.BeginInvoke(new BooleanMethodInvoker(ownerToolStrip.RestoreFocusInternal), new object[]{ ToolStripManager.ModalMenuFilter.InMenuMode } );