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)
107get => _active; 110if (_active != value) 771PInvokeCore.SendMessage(this, PInvoke.TTM_ACTIVATE, (WPARAM)(BOOL)_active);