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