1 write to _propertyOwner
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
110
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)
134
public object? GetPropertyOwner(PropertyDescriptor? pd) =>
_propertyOwner
;