3 writes to Text
System.Windows.Forms (2)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
1805toolInfo.Text = text; 1856toolInfo.Text = text;
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
32Text = text;
6 references to Text
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
39fixed (char* c = Text) 42if (Text is not null)
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListViewTests.cs (2)
4843Assert.Equal("Test caption", wrapper.Text); 4857Assert.Null(wrapper.Text);
System\Windows\Forms\TreeViewTests.cs (2)
6631Assert.Equal("Test caption", wrapper.Text); 6645Assert.Null(wrapper.Text);