4 references to GetNextLinkIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1461focusIndex = GetNextLinkIndex(focusIndex, forward); 1567int newFocus = GetNextLinkIndex(focusIndex, forward); 1573newFocus = GetNextLinkIndex(-1, forward); 1578newFocus = GetNextLinkIndex(_links.Count, forward);