6 writes to _toolItemDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
49_toolItemDesigner = null; 95_toolItemDesigner = host.GetDesigner(parentItem) as ToolStripMenuItemDesigner; 111_toolItemDesigner = null; 124_toolItemDesigner = host.GetDesigner(toolItem) as ToolStripItemDesigner; 138_toolItemDesigner = null; 144_toolItemDesigner = host.GetDesigner(comp) as ToolStripItemDesigner;
13 references to _toolItemDesigner
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripInSituService.cs (13)
48_toolItemDesigner?.Dispose(); 96if (_toolItemDesigner is not null) 125if (_toolItemDesigner is not null) 145if (_toolItemDesigner is not null) 163if (_toolDesigner is not null || _toolItemDesigner is not null) 169else if (_toolItemDesigner is not null) 171if (_toolItemDesigner is ToolStripMenuItemDesigner menuDesigner) 192_toolItemDesigner.ShowEditNode(false); 208else if (_toolItemDesigner is not null && _toolItemDesigner.Editor is not null && _toolItemDesigner.Editor.EditBox is not null) 210hWnd = (_toolItemDesigner.Editor.EditBox.Visible) ? _toolItemDesigner.Editor.EditBox.Handle : hWnd;