Implemented interface member:
property
Count
System.Collections.ICollection.Count
12 references to Count
System.Windows.Forms (12)
winforms\Managed\System\WinForms\LinkLabel.cs (10)
663for (int i=0; i<Links.Count; i++) { 759ArrayList ranges = new ArrayList(Links.Count); 1516if (FocusLink == null && Links.Count > 0) { 1612if (focusIndex < Links.Count) { 2161if (owner.Links.Count > 1) { 2170if (owner.Links.Count > 1) { 2265for (int i = 0; i < this.Count; i ++) { 2283return ((index >= 0) && (index < this.Count)); 2658if (index >= 0 && index < ((LinkLabel)Owner).Links.Count) { 2692return((LinkLabel)Owner).Links.Count;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
470if (this.linkLblName.Links.Count == 0) 495if (this.linkLblPublisher.Links.Count == 0)