2 instantiations of PropertyValueUIItem
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
892valueUIItemList.Add(new PropertyValueUIItem(DR.GetImage(DR.Bind), OnBindProperty, DR.GetString(DR.BindProperty))); 907valueUIItemList.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'/> 51PropertyValueUIItem[] 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 25public delegate void PropertyValueUIItemInvokeHandler(ITypeDescriptorContext context, PropertyDescriptor descriptor, PropertyValueUIItem invokedItem);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
38private PropertyValueUIItem[] pvUIItems = null;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
915private void OnBindProperty(ITypeDescriptorContext context, PropertyDescriptor descriptor, PropertyValueUIItem invokedItem) 928internal void OnFixPropertyError(ITypeDescriptorContext context, PropertyDescriptor descriptor, PropertyValueUIItem invokedItem)