2 writes to Info
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
23Info = new TTTOOLINFOW 40fixed (void* i = &Info)
8 references to Info
System.Windows.Forms (6)
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\ToolTip\ToolTip.cs (4)
1801toolInfo.Info.uFlags |= flags; 1846toolInfo.Info.uFlags |= TOOLTIP_FLAGS.TTF_TRACK; 1850toolInfo.Info.uFlags |= TOOLTIP_FLAGS.TTF_ABSOLUTE; 1958return toolInfo.Info.hwnd;
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
38Info.cbSize = TTTOOLINFO_V2_Size; 44Info.lpszText = c;