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