33 overrides of GetPropertiesSupported
System (6)
compmod\system\componentmodel\CollectionConverter.cs (1)
61public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
compmod\system\componentmodel\ComponentConverter.cs (1)
50public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
505public override bool GetPropertiesSupported(ITypeDescriptorContext cxt) {
compmod\system\componentmodel\ExpandableObjectConverter.cs (1)
47public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
compmod\system\componentmodel\MultilineStringConverter.cs (1)
50public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
compmod\system\componentmodel\NullableConverter.cs (1)
167public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
160public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
160public override bool GetPropertiesSupported(ITypeDescriptorContext context)
fx\src\data\System\Data\DataTableTypeConverter.cs (1)
19public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
fx\src\data\System\Data\PrimaryKeyTypeConverter.cs (1)
22public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
System.Drawing (6)
commonui\System\Drawing\Advanced\SizeFConverter.cs (1)
180public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
commonui\System\Drawing\FontConverter.cs (1)
445public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
commonui\System\Drawing\ImageConverter.cs (1)
268public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
commonui\System\Drawing\PointConverter.cs (1)
198public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
commonui\System\Drawing\RectangleConverter.cs (1)
203public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
commonui\System\Drawing\SizeConverter.cs (1)
196public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
System.Web.DataVisualization (2)
Common\Converters\AxesArrayConverter.cs (1)
68 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Common\Converters\CustomAttributesConverters.cs (1)
169 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (1)
155public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\LinkArea.cs (1)
249public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\Padding.cs (1)
417public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1772public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (1)
186public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
169public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
System.Windows.Forms.DataVisualization (2)
Common\Converters\AxesArrayConverter.cs (1)
68 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Common\Converters\CustomAttributesConverters.cs (1)
169 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.Workflow.Activities (2)
Rules\Design\LogicalExpressionTypeConverter.cs (2)
57public override bool GetPropertiesSupported(ITypeDescriptorContext context) 181public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1405public override bool GetPropertiesSupported(ITypeDescriptorContext context)
AuthoringOM\Design\TypeConverters.cs (2)
143public override bool GetPropertiesSupported(ITypeDescriptorContext context) 246public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.WorkflowServices (2)
System\Workflow\Activities\ServiceOperationInfoTypeConverter.cs (1)
55public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System\Workflow\Activities\WorkflowServiceAttributesTypeConverter.cs (1)
19public override bool GetPropertiesSupported(ITypeDescriptorContext context)
16 references to GetPropertiesSupported
System (3)
compmod\system\componentmodel\NullableConverter.cs (2)
169return simpleTypeConverter.GetPropertiesSupported(context); 172return base.GetPropertiesSupported(context);
compmod\system\componentmodel\TypeConverter.cs (1)
326return GetPropertiesSupported(null);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
162return this.converter.GetPropertiesSupported(WrapContext(context));
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
162return this.converter.GetPropertiesSupported(WrapContext(context));
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedTypeConverter.cs (2)
157return innerConverter.GetPropertiesSupported(context); 159return base.GetPropertiesSupported(context);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
509if (converter.GetPropertiesSupported(this)) { 1550if (TypeConverter.GetPropertiesSupported(this) || AlwaysAllowExpand)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
92if (tc == null || !tc.GetPropertiesSupported(context)) {
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ComponentSerializationService.cs (2)
530if (propDesc.Converter.GetPropertiesSupported(dummyContext)) 716if (propDesc.GetValue(propertySegment.Object) != null && propDesc.Converter.GetPropertiesSupported(dummyContext))
AuthoringOM\Design\DesignerHelpers.cs (1)
1348if (converter.GetPropertiesSupported(context))
AuthoringOM\Design\PropertyDescriptors.cs (2)
300bool propertiesSupported = RealPropertyDescriptor.Converter.GetPropertiesSupported((PropertyOwner != null) ? new TypeDescriptorContext(ServiceProvider, RealPropertyDescriptor, PropertyOwner) : null); 315bool propertiesSupported = RealPropertyDescriptor.Converter.GetPropertiesSupported((PropertyOwner != null) ? new TypeDescriptorContext(ServiceProvider, RealPropertyDescriptor, PropertyOwner) : null);
AuthoringOM\Design\TypeConverters.cs (1)
261propertiesSupported = actualConverter.GetPropertiesSupported(actualContext);