6 writes to _toolDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
46_toolDesigner = null; 98_toolDesigner = null; 108_toolDesigner = host.GetDesigner(tool) as ToolStripDesigner; 127_toolDesigner = null; 135_toolDesigner = host.GetDesigner(comp) as ToolStripDesigner; 147_toolDesigner = null;
11 references to _toolDesigner
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripInSituService.cs (11)
45_toolDesigner?.Dispose(); 109if (_toolDesigner is not null) 136if (_toolDesigner is not null) 163if (_toolDesigner is not null || _toolItemDesigner is not null) 165if (_toolDesigner is not null) 167_toolDesigner.ShowEditNode(false); 204if (_toolDesigner is not null && _toolDesigner.Editor is not null && _toolDesigner.Editor.EditBox is not null) 206hWnd = (_toolDesigner.Editor.EditBox.Visible) ? _toolDesigner.Editor.EditBox.Handle : hWnd;