7 references to GetProperties
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (2)
55PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _handler.GetProperties(_instance); 58PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => _handler.GetProperties(_instance);
System.Windows.Forms.Tests (5)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (5)
42ValidateIPictureDispProperties(comWrapper, descriptor.GetProperties(comWrapper)); 106ValidateMediaPlayerProperties(mediaPlayer, descriptor.GetProperties(mediaPlayer)); 126ValidateMediaPlayerProperties(mediaPlayer, descriptor.GetProperties(mediaPlayer)); 172var properties = descriptor.GetProperties(comWrapper); 195var properties = descriptor.GetProperties(comWrapper);