6 writes to _toolDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
51_toolDesigner = null; 110_toolDesigner = null; 120_toolDesigner = host.GetDesigner(tool) as ToolStripDesigner; 139_toolDesigner = null; 147_toolDesigner = host.GetDesigner(comp) as ToolStripDesigner; 159_toolDesigner = null;
12 references to _toolDesigner
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ToolStripInSituService.cs (12)
48if (_toolDesigner is not null) 50_toolDesigner.Dispose(); 121if (_toolDesigner is not null) 148if (_toolDesigner is not null) 175if (_toolDesigner is not null || _toolItemDesigner is not null) 177if (_toolDesigner is not null) 179_toolDesigner.ShowEditNode(false); 216if (_toolDesigner is not null && _toolDesigner.Editor is not null && _toolDesigner.Editor.EditBox is not null) 218hWnd = (_toolDesigner.Editor.EditBox.Visible) ? _toolDesigner.Editor.EditBox.Handle : hWnd;