7 writes to IsLink
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
62
IsLink
= isLink;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1370
IsLink
= false,
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (3)
27
toolStripLabel.
IsLink
= isLink;
41
toolStripLabel.
IsLink
= isLink;
80
using ToolStripLabel toolStripLabel = new() {
IsLink
= isLink };
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (2)
26
toolStripStatusLabel.
IsLink
= isLink;
40
toolStripStatusLabel.
IsLink
= isLink;
13 references to IsLink
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (4)
67
get { return (
IsLink
|| DesignMode); }
254
if (
IsLink
)
269
if (
IsLink
)
357
if (
IsLink
)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.ToolStripLabelAccessibleObject.cs (3)
17
public override string DefaultAction => _owningToolStripLabel.
IsLink
? SR.AccessibleActionClick : string.Empty;
25
if (_owningToolStripLabel.
IsLink
)
41
return _owningToolStripLabel.
IsLink
? AccessibleRole.Link : AccessibleRole.StaticText;
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripLabelTests.cs (6)
22
toolStripLabel.
IsLink
.Should().BeFalse();
34
toolStripLabel.
IsLink
.Should().BeFalse();
46
toolStripLabel.
IsLink
.Should().BeFalse();
59
toolStripLabel.
IsLink
.Should().BeFalse();
73
toolStripLabel.
IsLink
.Should().Be(isLink);
89
toolStripLabel.
IsLink
.Should().Be(isLink);