2 references to PropertyValueUIItem
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
892
valueUIItemList.Add(new
PropertyValueUIItem
(DR.GetImage(DR.Bind), OnBindProperty, DR.GetString(DR.BindProperty)));
907
valueUIItemList.Add(new
PropertyValueUIItem
(action.Image, propValueUIItemhandler.OnFixPropertyError, action.Text));