4 writes to IsPersistent
System.Windows.Forms (3)
System\Windows\Forms\ToolTip\ToolTip.cs (3)
83IsPersistent = OsVersion.IsWindows11_OrGreater(); 95IsPersistent = OsVersion.IsWindows11_OrGreater(); 1184IsPersistent = false;
System.Windows.Forms.Tests (1)
KeyboardTooltipStateMachineTests.cs (1)
97toolTip.IsPersistent = isPersistent;
12 references to IsPersistent
System.Windows.Forms (4)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (3)
197int autoPopDelay = toolTip.IsPersistent ? 211if (!toolTip.IsPersistent) 291if (currentToolTip?.IsPersistent == true)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1516if (!IsPersistent)
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolTipTests.cs (8)
301Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 306Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 309Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 312Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 315Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 326Assert.Equal(persistentToolTipSupported, toolTip.IsPersistent); 329Assert.False(toolTip.IsPersistent); 333Assert.False(toolTip.IsPersistent);