6 writes to _toolDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
49_toolDesigner = null; 104_toolDesigner = null; 114_toolDesigner = host.GetDesigner(tool) as ToolStripDesigner; 133_toolDesigner = null; 141_toolDesigner = host.GetDesigner(comp) as ToolStripDesigner; 153_toolDesigner = null;
11 references to _toolDesigner
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ToolStripInSituService.cs (11)
48_toolDesigner?.Dispose(); 115if (_toolDesigner is not null) 142if (_toolDesigner is not null) 169if (_toolDesigner is not null || _toolItemDesigner is not null) 171if (_toolDesigner is not null) 173_toolDesigner.ShowEditNode(false); 210if (_toolDesigner is not null && _toolDesigner.Editor is not null && _toolDesigner.Editor.EditBox is not null) 212hWnd = (_toolDesigner.Editor.EditBox.Visible) ? _toolDesigner.Editor.EditBox.Handle : hWnd;