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