2 references to SerializationManager
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (2)
158
if (extendedProperty.
SerializationManager
.WorkflowMarkupStack[typeof(DictionaryEntry)] != null)
159
entry = (DictionaryEntry)extendedProperty.
SerializationManager
.WorkflowMarkupStack[typeof(DictionaryEntry)];