1 write to supportedTypes
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
40
supportedTypes
= new List<Type>();
3 references to supportedTypes
System.Data (3)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (3)
41
supportedTypes
.Add(typeof(System.Activities.Presentation.Expressions.ExpressionActivityEditor));
42
supportedTypes
.Add(typeof(System.Activities.Presentation.Annotations.Annotation));
120
if (
supportedTypes
.Contains(xamlType.UnderlyingType))