6 writes to ShowAlways
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
36_toolTip.ShowAlways = true;
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
33ShowAlways = true,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\InheritanceUI.cs (1)
51ShowAlways = true
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolTipTests.cs (3)
494ShowAlways = value 499toolTip.ShowAlways = value; 503toolTip.ShowAlways = !value;
7 references to ShowAlways
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
1924return $"{s} InitialDelay: {InitialDelay}, ShowAlways: {ShowAlways}";
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritanceUITests.cs (1)
112toolTip.ShowAlways.Should().BeTrue();
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolTipTests.cs (5)
32Assert.False(toolTip.ShowAlways); 62Assert.False(toolTip.ShowAlways); 496Assert.Equal(value, toolTip.ShowAlways); 500Assert.Equal(value, toolTip.ShowAlways); 504Assert.Equal(!value, toolTip.ShowAlways);