1 write to _toolStrip
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripCustomTypeDescriptorTests.cs (1)
15_toolStrip = new();
4 references to _toolStrip
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripCustomTypeDescriptorTests.cs (4)
16_descriptor = new(_toolStrip); 19public void Dispose() => _toolStrip.Dispose(); 25instance.Should().Be(_toolStrip); 30_descriptor.GetPropertyOwner(null).Should().Be(_toolStrip);