6 writes to _toolItemDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
57_toolItemDesigner = null; 107_toolItemDesigner = host.GetDesigner(parentItem) as ToolStripMenuItemDesigner; 123_toolItemDesigner = null; 136_toolItemDesigner = host.GetDesigner(toolItem) as ToolStripItemDesigner; 150_toolItemDesigner = null; 156_toolItemDesigner = host.GetDesigner(comp) as ToolStripItemDesigner;
14 references to _toolItemDesigner
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripInSituService.cs (14)
54if (_toolItemDesigner is not null) 56_toolItemDesigner.Dispose(); 108if (_toolItemDesigner is not null) 137if (_toolItemDesigner is not null) 157if (_toolItemDesigner is not null) 175if (_toolDesigner is not null || _toolItemDesigner is not null) 181else if (_toolItemDesigner is not null) 183if (_toolItemDesigner is ToolStripMenuItemDesigner menuDesigner) 204_toolItemDesigner.ShowEditNode(false); 220else if (_toolItemDesigner is not null && _toolItemDesigner.Editor is not null && _toolItemDesigner.Editor.EditBox is not null) 222hWnd = (_toolItemDesigner.Editor.EditBox.Visible) ? _toolItemDesigner.Editor.EditBox.Handle : hWnd;