2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
112_textToolTip ??= new ToolTip(); 798_textToolTip = null;
4 references to _textToolTip
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
797_textToolTip?.Dispose(); 857if (!DesignMode && AutoEllipsis && ShowToolTip && _textToolTip is not null) 859_textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 872_textToolTip?.Hide(this);