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)
29
toolStripLabel.
IsLink
= isLink;
43
toolStripLabel.
IsLink
= isLink;
82
using ToolStripLabel toolStripLabel = new() {
IsLink
= isLink };
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (2)
28
toolStripStatusLabel.
IsLink
= isLink;
42
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)
20
toolStripLabel.
IsLink
.Should().BeFalse();
32
toolStripLabel.
IsLink
.Should().BeFalse();
44
toolStripLabel.
IsLink
.Should().BeFalse();
57
toolStripLabel.
IsLink
.Should().BeFalse();
71
toolStripLabel.
IsLink
.Should().Be(isLink);
87
toolStripLabel.
IsLink
.Should().Be(isLink);