1 write to _active
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
112
_active
= value;
3 references to _active
System.Windows.Forms (3)
System\Windows\Forms\ToolTip\ToolTip.cs (3)
107
get =>
_active
;
110
if (
_active
!= value)
771
PInvokeCore.SendMessage(this, PInvoke.TTM_ACTIVATE, (WPARAM)(BOOL)
_active
);