1 write to _propertyOwner
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
112
public CustomDescriptor(VARIANT variant) =>
_propertyOwner
= new DispatchStub(variant);
1 reference to _propertyOwner
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
136
public object? GetPropertyOwner(PropertyDescriptor? pd) =>
_propertyOwner
;