2 instantiations of 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));
8 references to PropertyValueUIItem
System.Drawing (5)
commonui\System\Drawing\Design\IPropertyValueUIService.cs (2)
48
/// <para>Gets all the <see cref='System.Drawing.Design.
PropertyValueUIItem
'/>
51
PropertyValueUIItem
[] GetPropertyUIValueItems(ITypeDescriptorContext context, PropertyDescriptor propDesc);
commonui\System\Drawing\Design\PropertyValueUIItem.cs (1)
47
/// <para>Initiailzes a new instance of the <see cref='System.Drawing.Design.
PropertyValueUIItem
'/> class.</para>
commonui\System\Drawing\Design\PropertyValueUIItemInvokeHandler.cs (2)
22
/// a <see cref='System.Drawing.Design.
PropertyValueUIItem
'/> is
25
public delegate void PropertyValueUIItemInvokeHandler(ITypeDescriptorContext context, PropertyDescriptor descriptor,
PropertyValueUIItem
invokedItem);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
38
private
PropertyValueUIItem
[] pvUIItems = null;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
915
private void OnBindProperty(ITypeDescriptorContext context, PropertyDescriptor descriptor,
PropertyValueUIItem
invokedItem)
928
internal void OnFixPropertyError(ITypeDescriptorContext context, PropertyDescriptor descriptor,
PropertyValueUIItem
invokedItem)