4 references to GetNextLinkIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1459focusIndex = GetNextLinkIndex(focusIndex, forward); 1565int newFocus = GetNextLinkIndex(focusIndex, forward); 1571newFocus = GetNextLinkIndex(-1, forward); 1576newFocus = GetNextLinkIndex(_links.Count, forward);