1 write to Enabled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
224link.Enabled = false;
9 references to Enabled
System.Windows.Forms (9)
winforms\Managed\System\WinForms\LinkLabel.cs (8)
954if (FocusLink != null && FocusLink.Enabled) { 1008if (((Link)links[i]).Enabled) { 1047if (clicked != null && clicked == FocusLink && clicked.Enabled) { 1084if (pointIn.Enabled) { 1397if (link.Enabled) { // Not to be confused with Control.Enabled. 1521if (link.Enabled && LinkInText(charStart, charEnd - charStart)) { 1621&& !test.Enabled 1637&& !test.Enabled
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
123if (!e.Link.Enabled)