4 references to GetNextLinkIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1462focusIndex = GetNextLinkIndex(focusIndex, forward); 1568int newFocus = GetNextLinkIndex(focusIndex, forward); 1574newFocus = GetNextLinkIndex(-1, forward); 1579newFocus = GetNextLinkIndex(_links.Count, forward);