5 references to GetIconPadding
System.Windows.Forms.Tests (5)
System\Windows\Forms\ErrorProviderTests.cs (5)
992Assert.Equal(0, provider.GetIconPadding(control)); 995Assert.Equal(0, provider.GetIconPadding(control)); 1002Assert.Throws<ArgumentNullException>("control", () => provider.GetIconPadding(null)); 1110Assert.Equal(value, provider.GetIconPadding(control)); 1114Assert.Equal(value, provider.GetIconPadding(control));