5 references to GetIconPadding
System.Windows.Forms.Tests (5)
System\Windows\Forms\ErrorProviderTests.cs (5)
990Assert.Equal(0, provider.GetIconPadding(control)); 993Assert.Equal(0, provider.GetIconPadding(control)); 1000Assert.Throws<ArgumentNullException>("control", () => provider.GetIconPadding(null)); 1108Assert.Equal(value, provider.GetIconPadding(control)); 1112Assert.Equal(value, provider.GetIconPadding(control));