4 references to VerifyProperty
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (4)
178VerifyProperty("Bounds1", _toolStripEditorControl, _bounds); 179VerifyProperty(nameof(Location), _toolStripEditorControl, new Point(_bounds.X, _bounds.Y)); 180VerifyProperty(nameof(Text), _toolStripEditorControl, "InSituEditorWrapper"); 181VerifyProperty(nameof(Size), _toolStripEditorControl, new Size(_editorControl.Size.Width, _editorControl.Size.Height));