4 references to GetNextLinkIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\LinkLabel.cs (4)
1591focusIndex = GetNextLinkIndex(focusIndex, forward); 1724int newFocus = GetNextLinkIndex(focusIndex, forward); 1727newFocus = GetNextLinkIndex(-1, forward); // -1, so "next" will be 0 1730newFocus = GetNextLinkIndex(links.Count, forward); // Count, so "next" will be Count-1