5 references to ExpressionEditorTypeTable
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (5)
653
if (!
ExpressionEditorTypeTable
.Keys.Contains(name))
655
ExpressionEditorTypeTable
.Add(name, expressionEditorType);
659
ExpressionEditorTypeTable
[name] = expressionEditorType;
683
if (!
ExpressionEditorTypeTable
.Keys.Contains(expressionEditorName))
687
Type expressionEditorType =
ExpressionEditorTypeTable
[expressionEditorName];