Base:
property
Name
System.Windows.Forms.AccessibleObject.Name
1 write to Name
System.Windows.Forms.Tests (1)
System\Windows\Forms\DomainItemAccessibleObjectTests.cs (1)
25obj.Name = "changed";
3 references to Name
System.Windows.Forms.Tests (3)
System\Windows\Forms\DomainItemAccessibleObjectTests.cs (3)
15obj.Name.Should().Be("item1"); 24obj.Name.Should().Be("initial"); 26obj.Name.Should().Be("changed");