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)
800if (FocusLink is not null && FocusLink.Enabled) 850if (_links[i].Enabled) 887if (clicked is not null && clicked == FocusLink && clicked.Enabled) 926if (pointIn.Enabled) 1259if (link.Enabled) 1389if (link.Enabled && LinkInText(charStart, charEnd - charStart)) 1497&& !test.Enabled 1517&& !test.Enabled
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
117if (e.Link is null || !e.Link.Enabled)