1 write to Enabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
240link.Enabled = false;
9 references to Enabled
System.Windows.Forms (9)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (8)
812if (FocusLink is not null && FocusLink.Enabled) 862if (_links[i].Enabled) 899if (clicked is not null && clicked == FocusLink && clicked.Enabled) 938if (pointIn.Enabled) 1271if (link.Enabled) 1401if (link.Enabled && LinkInText(charStart, charEnd - charStart)) 1509&& !test.Enabled 1529&& !test.Enabled
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
117if (e.Link is null || !e.Link.Enabled)