2 writes to Info
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
23Info = new TTTOOLINFOW 40fixed (void* i = &Info)
12 references to Info
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3528wrapper.Info.lpszText = (char*)(-1);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2910wrapper.Info.lpszText = (char*)(-1);
System\Windows\Forms\ToolTip\ToolTip.cs (4)
1804toolInfo.Info.uFlags |= flags; 1849toolInfo.Info.uFlags |= TOOLTIP_FLAGS.TTF_TRACK; 1853toolInfo.Info.uFlags |= TOOLTIP_FLAGS.TTF_ABSOLUTE; 1964return toolInfo.Info.hwnd;
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
38Info.cbSize = TTTOOLINFO_V2_Size; 44Info.lpszText = c;
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);