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