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