11 references to GetPropertiesSupported
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
146property.Converter.GetPropertiesSupported() == false) 158if (converter.GetPropertiesSupported())
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryBase.cs (1)
59this.Converter.GetPropertiesSupported() && !this.IsMarkupExtension;
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
146property.Converter.GetPropertiesSupported() == false) 158if (converter.GetPropertiesSupported())
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryBase.cs (1)
59this.Converter.GetPropertiesSupported() && !this.IsMarkupExtension;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
164if (!tc.GetPropertiesSupported()) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
469if (isSerializeContentsProp && TypeConverter.GetPropertiesSupported()) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ComponentSerializationService.cs (2)
506if (converter != null && converter.GetPropertiesSupported()) 699if (converter != null && converter.GetPropertiesSupported())
AuthoringOM\Design\TypeConverters.cs (1)
130if (typeConverter != null && typeConverter.GetType() != GetType() && typeConverter.GetPropertiesSupported())