1 write to Enabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
240
link.
Enabled
= false;
9 references to Enabled
System.Windows.Forms (9)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (8)
800
if (FocusLink is not null && FocusLink.
Enabled
)
850
if (_links[i].
Enabled
)
887
if (clicked is not null && clicked == FocusLink && clicked.
Enabled
)
926
if (pointIn.
Enabled
)
1259
if (link.
Enabled
)
1389
if (link.
Enabled
&& LinkInText(charStart, charEnd - charStart))
1497
&& !test.
Enabled
1517
&& !test.
Enabled
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
117
if (e.Link is null || !e.Link.
Enabled
)