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)
812
if (FocusLink is not null && FocusLink.
Enabled
)
862
if (_links[i].
Enabled
)
899
if (clicked is not null && clicked == FocusLink && clicked.
Enabled
)
938
if (pointIn.
Enabled
)
1271
if (link.
Enabled
)
1401
if (link.
Enabled
&& LinkInText(charStart, charEnd - charStart))
1509
&& !test.
Enabled
1529
&& !test.
Enabled
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
117
if (e.Link is null || !e.Link.
Enabled
)