3 writes to IsPersistent
System.Windows.Forms (3)
System\Windows\Forms\ToolTip\ToolTip.cs (3)
83IsPersistent = OsVersion.IsWindows11_OrGreater(); 95IsPersistent = OsVersion.IsWindows11_OrGreater(); 1188IsPersistent = false;
4 references to IsPersistent
System.Windows.Forms (4)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (3)
198int autoPopDelay = toolTip.IsPersistent ? 212if (!toolTip.IsPersistent) 298if (currentToolTip?.IsPersistent == true)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1520if (!IsPersistent)