2 writes to _activeItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
122_activeItem = component as ToolStripItem; 243set => _activeItem = value;
2 references to _activeItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
242get => _activeItem; 888if (_activeItem is ToolStripDropDownItem item && !item.IsOnDropDown)