4 references to GetNextLinkIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1471focusIndex = GetNextLinkIndex(focusIndex, forward); 1577int newFocus = GetNextLinkIndex(focusIndex, forward); 1583newFocus = GetNextLinkIndex(-1, forward); 1588newFocus = GetNextLinkIndex(_links.Count, forward);