3 writes to Caption
System.Windows.Forms (3)
System\Windows\Forms\ToolTip\ToolTip.cs (3)
1353tipInfo.Caption = text; 1815tipInfo.Caption = text; 1839tipInfo.Caption = text;
4 references to Caption
System.Windows.Forms (4)
System\Windows\Forms\ToolTip\ToolTip.cs (4)
151return _tools.TryGetValue(tool, out TipInfo? tipInfo) ? tipInfo.Caption : null; 1020? tipInfo.Caption 1219bool empty = info is null || string.IsNullOrEmpty(info.Caption); 1247ToolInfoWrapper<Control> toolInfo = GetTOOLINFO(control, info!.Caption);