1 write to link
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2706
this.
link
= link;
18 references to link
System.Windows.Forms (18)
winforms\Managed\System\WinForms\LinkLabel.cs (18)
2711
Region region =
link
.VisualRegion;
2717
g = Graphics.FromHwnd(
link
.Owner.Handle);
2727
link
.Owner.EnsureRun(g);
2728
region =
link
.VisualRegion;
2746
return
link
.Owner.RectangleToScreen(rect);
2758
return
link
.Description;
2764
string text =
link
.Owner.Text;
2771
if (
link
.Owner.UseMnemonic) {
2775
int charStart = LinkLabel.ConvertToCharIndex(
link
.Start, text);
2776
int charEnd = LinkLabel.ConvertToCharIndex(
link
.Start +
link
.Length, text);
2778
if (AccessibilityImprovements.Level1 &&
link
.Owner.UseMnemonic) {
2794
return
link
.Owner.AccessibilityObject;
2810
if (
link
.Owner.FocusLink ==
link
) {
2833
link
.Owner.OnLinkClicked(new LinkLabelLinkClickedEventArgs(
link
));
2846
if (!
link
.Owner.Enabled) {