20 references to XClassProperty
System.Workflow.Activities (2)
Common\CompModHelpers.cs (1)
428className = activity.GetValue(WorkflowMarkupSerializer.XClassProperty) as String;
Rules\Helpers.cs (1)
42className = rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
System.Workflow.ComponentModel (15)
AuthoringOM\Activity.cs (1)
2410string className = rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
17string typeName = refActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
186string typeName = rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Compiler\XomlCompiler.cs (1)
1086bool createNewClass = (!string.IsNullOrEmpty(rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string));
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
187activity.SetValue(WorkflowMarkupSerializer.XClassProperty, type.FullName);
AuthoringOM\Design\PropertyDescriptors.cs (2)
125memberCreationService.UpdateTypeName(((Activity)host.RootComponent).GetValue(WorkflowMarkupSerializer.XClassProperty) as string, newClassName); 128((Activity)host.RootComponent).SetValue(WorkflowMarkupSerializer.XClassProperty, newClassName);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
173string fullClassName = activity.GetValue(WorkflowMarkupSerializer.XClassProperty) as String;
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
107name = a.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
87string className = activity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
105if ((string.IsNullOrEmpty(rootActivity.Name) || rootActivity.Name == rootActivity.GetType().Name) && !string.IsNullOrEmpty(rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string)) 107string name = rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
Shared\CompModHelpers.cs (1)
426className = activity.GetValue(WorkflowMarkupSerializer.XClassProperty) as String;
Shared\XomlSerializationHelpers.cs (2)
116activity.SetValue(WorkflowMarkupSerializer.XClassProperty, reader.Value); 216string activityFullClassName = rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string;
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
206if (!string.IsNullOrEmpty(root.GetValue(WorkflowMarkupSerializer.XClassProperty) as string))
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
1225string fullClassName = (String)rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty);
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (1)
219if (!string.IsNullOrEmpty(this.rootActivity.GetValue(WorkflowMarkupSerializer.XClassProperty) as string))