1 write to _toolTipIcon
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
432
_toolTipIcon
= value;
7 references to _toolTipIcon
System.Windows.Forms (7)
System\Windows\Forms\ToolTip\ToolTip.cs (7)
425
get =>
_toolTipIcon
;
428
if (
_toolTipIcon
!= value)
433
if (
_toolTipIcon
> 0 && GetHandleCreated())
437
PInvokeCore.SendMessage(this, PInvoke.TTM_SETTITLEW, (uint)
_toolTipIcon
, title);
465
PInvokeCore.SendMessage(this, PInvoke.TTM_SETTITLEW, (uint)
_toolTipIcon
, _toolTipTitle);
783
if (
_toolTipIcon
> 0 || !string.IsNullOrEmpty(_toolTipTitle))
787
PInvokeCore.SendMessage(this, PInvoke.TTM_SETTITLEW, (WPARAM)(int)
_toolTipIcon
, title);