6 writes to _toolItemDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
52_toolItemDesigner = null; 101_toolItemDesigner = host.GetDesigner(parentItem) as ToolStripMenuItemDesigner; 117_toolItemDesigner = null; 130_toolItemDesigner = host.GetDesigner(toolItem) as ToolStripItemDesigner; 144_toolItemDesigner = null; 150_toolItemDesigner = host.GetDesigner(comp) as ToolStripItemDesigner;
13 references to _toolItemDesigner
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ToolStripInSituService.cs (13)
51_toolItemDesigner?.Dispose(); 102if (_toolItemDesigner is not null) 131if (_toolItemDesigner is not null) 151if (_toolItemDesigner is not null) 169if (_toolDesigner is not null || _toolItemDesigner is not null) 175else if (_toolItemDesigner is not null) 177if (_toolItemDesigner is ToolStripMenuItemDesigner menuDesigner) 198_toolItemDesigner.ShowEditNode(false); 214else if (_toolItemDesigner is not null && _toolItemDesigner.Editor is not null && _toolItemDesigner.Editor.EditBox is not null) 216hWnd = (_toolItemDesigner.Editor.EditBox.Visible) ? _toolItemDesigner.Editor.EditBox.Handle : hWnd;