12 references to UserData
System.Workflow.ComponentModel (12)
AuthoringOM\Behaviors\CompensatableTransactionScopeActivityDesigner.cs (1)
26Type activityType = view.UserData[SecondaryView.UserDataKey_ActivityType] as Type;
AuthoringOM\Behaviors\TransactionScopeDesigner.cs (1)
26Type activityType = view.UserData[SecondaryView.UserDataKey_ActivityType] as Type;
AuthoringOM\Design\SecondaryViewProvider.cs (10)
95Type activityType = views[i].UserData[SecondaryView.UserDataKey_ActivityType] as Type; 106Type activityType = views[i].UserData[SecondaryView.UserDataKey_ActivityType] as Type; 108views[i].UserData[SecondaryView.UserDataKey_Designer] = null; 142UserData[UserDataKey_ActivityType] = activityType; 144UserData[UserDataKey_Designer] = this.parentDesigner; 151ActivityDesigner mappedDesigner = UserData[UserDataKey_Designer] as ActivityDesigner; 154Type activityType = UserData[UserDataKey_ActivityType] as Type; 168UserData[UserDataKey_Designer] = mappedDesigner; 181Type activityType = UserData[UserDataKey_ActivityType] as Type; 204UserData[UserDataKey_Designer] = designer;