1 write to _property
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\EditorServiceContextTests.cs (1)
199
public TypeDescriptionProviderMock(PropertyDescriptor property) =>
_property
= property;
1 reference to _property
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\EditorServiceContextTests.cs (1)
201
public override ICustomTypeDescriptor? GetTypeDescriptor(Type objectType, object? instance) => new TypeDescriptorStub(
_property
);