9 references to CurrentValue
System.Workflow.ComponentModel (9)
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (2)
30ActivityBind bindBase = args.CurrentValue as ActivityBind; 40codeGenerator.GenerateCode(manager, args.CurrentValue);
AuthoringOM\Compiler\Validation\Validator.cs (1)
61errors.AddRange(ValidateProperty(args.CurrentProperty, args.CurrentPropertyOwner, args.CurrentValue, manager));
AuthoringOM\Design\XomlDesignerLoader.cs (6)
716if (args.CurrentValue != null && 719args.CurrentValue is System.Type) 721Type updatedType = typeProvider.GetType(((Type)args.CurrentValue).FullName); 730else if (args.CurrentProperty == null && args.CurrentValue is DependencyObject && !(args.CurrentValue is Activity)) 732walker.WalkProperties(args.CurrentActivity, args.CurrentValue);