5 references to ContextMenuDefaultLocation
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
71Assert.NotEqual(Point.Empty, control.ContextMenuDefaultLocation);
System.Windows.Forms.UI.IntegrationTests (4)
PropertyGridTests.cs (4)
226_propertyGrid.ContextMenuDefaultLocation.Should().NotBeNull(); 228Point oldLocation = _propertyGrid.ContextMenuDefaultLocation; 232_propertyGrid.ContextMenuDefaultLocation.X.Should().Be(oldLocation.X + newLocation.X); 233_propertyGrid.ContextMenuDefaultLocation.Y.Should().Be(oldLocation.Y + newLocation.Y);