2 instantiations of BindUITypeEditor
System.Workflow.ComponentModel (2)
AuthoringOM\Design\PropertyDescriptors.cs (1)
317
editor = new
BindUITypeEditor
();
AuthoringOM\Design\UITypeEditors.cs (1)
184
BindUITypeEditor bindTypeEditor = new
BindUITypeEditor
();
7 references to BindUITypeEditor
System.Workflow.Activities (3)
EventSinkActivity.cs (1)
110
[Editor(typeof(
BindUITypeEditor
), typeof(UITypeEditor))]
Task.cs (1)
98
[Editor(typeof(
BindUITypeEditor
), typeof(UITypeEditor))]
WebServiceReceive.cs (1)
115
[Editor(typeof(
BindUITypeEditor
), typeof(UITypeEditor))]
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2163
BindUITypeEditor
.EditValue(extendedUIService.GetSelectedPropertyContext());
AuthoringOM\Design\PropertyDescriptors.cs (1)
302
attributes.Add(new EditorAttribute(typeof(
BindUITypeEditor
), typeof(UITypeEditor)));
AuthoringOM\Design\UITypeEditors.cs (1)
184
BindUITypeEditor
bindTypeEditor = new BindUITypeEditor();
AuthoringOM\Design\XomlDesignerLoader.cs (1)
917
BindUITypeEditor
.EditValue(context);