3 writes to lpszText
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3523wrapper.Info.lpszText = (char*)(-1);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2897wrapper.Info.lpszText = (char*)(-1);
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
44Info.lpszText = c;
4 references to lpszText
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListViewTests.cs (2)
4845Assert.Equal(string.Empty, new string(wrapper.Info.lpszText)); 4859Assert.True(wrapper.Info.lpszText == expected);
System\Windows\Forms\TreeViewTests.cs (2)
6633Assert.Equal(string.Empty, new string(wrapper.Info.lpszText)); 6647Assert.True(wrapper.Info.lpszText == expected);