3 references to Count
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
264=> t_activeToolStrips is not null && t_activeToolStrips.Count > 0; 334int totalCount = ToolStrips.Count;
System.Windows.Forms.Primitives (1)
System\Collections\Generic\WeakRefCollection.cs (1)
38for (int i = Count - 1; i >= 0; i--)