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
);
19
public void Dispose() =>
_toolStrip
.Dispose();
25
instance.Should().Be(
_toolStrip
);
30
_descriptor.GetPropertyOwner(null).Should().Be(
_toolStrip
);