12 references to CurrentProperty
System.Workflow.ComponentModel (12)
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (3)
34
if (args.
CurrentProperty
!= null)
35
manager.Context.Push(args.
CurrentProperty
);
44
if (args.
CurrentProperty
!= null)
AuthoringOM\Compiler\Validation\Validator.cs (5)
52
if (args.
CurrentProperty
!= null)
54
DependencyProperty dependencyProperty = DependencyProperty.FromName(args.
CurrentProperty
.Name, args.
CurrentProperty
.DeclaringType);
57
object[] validationVisibilityAtrributes = args.
CurrentProperty
.GetCustomAttributes(typeof(ValidationOptionAttribute), true);
61
errors.AddRange(ValidateProperty(args.
CurrentProperty
, args.CurrentPropertyOwner, args.CurrentValue, manager));
AuthoringOM\Design\XomlDesignerLoader.cs (4)
717
args.
CurrentProperty
!= null &&
718
args.
CurrentProperty
.PropertyType == typeof(System.Type) &&
724
args.
CurrentProperty
.SetValue(args.CurrentPropertyOwner, updatedType, null);
730
else if (args.
CurrentProperty
== null && args.CurrentValue is DependencyObject && !(args.CurrentValue is Activity))