6 references to WalkProperties
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (1)
48walker.WalkProperties(activity, obj);
AuthoringOM\Compiler\Validation\Validator.cs (1)
69walker.WalkProperties(activity, obj);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
732walker.WalkProperties(args.CurrentActivity, args.CurrentValue);
Shared\Walker.cs (3)
183return WalkProperties(seedActivity as Activity, seedActivity); 251if (!WalkProperties(activity, childObj)) 258if (!WalkProperties(activity, propValue))