4 references to MaximumToolTipLength
System.Windows.Forms.Tests (4)
System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs (4)
59_toolTip.ToolTip = new('a', MaximumToolTipLength + 5); 62_toolTip.ToolTip.Length.Should().Be(MaximumToolTipLength + 3); 64_toolTip.ToolTip = new('b', MaximumToolTipLength); 67_toolTip.ToolTip.Length.Should().Be(MaximumToolTipLength);