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