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