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