2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
109_textToolTip ??= new ToolTip(); 844_textToolTip = null;
4 references to _textToolTip
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
843_textToolTip?.Dispose(); 899if (!DesignMode && AutoEllipsis && ShowToolTip && _textToolTip is not null) 901_textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 914_textToolTip?.Hide(this);