3 writes to Text
System.Windows.Forms (2)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
1802toolInfo.Text = text; 1853toolInfo.Text = text;
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (1)
32Text = text;
2 references to Text
System.Windows.Forms.Primitives (2)
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (2)
39fixed (char* c = Text) 42if (Text is not null)