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
);