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