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