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