6 writes to ShowAlways
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
35ShowAlways = 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)
496ShowAlways = value 501toolTip.ShowAlways = value; 505toolTip.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)
110toolTip.ShowAlways.Should().BeTrue();
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolTipTests.cs (5)
34Assert.False(toolTip.ShowAlways); 64Assert.False(toolTip.ShowAlways); 498Assert.Equal(value, toolTip.ShowAlways); 502Assert.Equal(value, toolTip.ShowAlways); 506Assert.Equal(!value, toolTip.ShowAlways);