11 references to EditValue
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ImageListActionList.cs (1)
20public void ChooseImages() => EditorServiceContext.EditValue(_designer, Component!, "Images");
System\Windows\Forms\Design\ListControlUnboundActionList.cs (1)
20EditorServiceContext.EditValue(_designer, Component!, "Items");
System\Windows\Forms\Design\ListViewActionList.cs (3)
23EditorServiceContext.EditValue(_designer, Component!, "Items"); 28EditorServiceContext.EditValue(_designer, Component!, "Columns"); 33EditorServiceContext.EditValue(_designer, Component!, "Groups");
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (1)
18EditorServiceContext.EditValue(_designer, Component!, "Icon");
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
35EditorServiceContext.EditValue(_designer, Component!, "Image");
System\Windows\Forms\Design\RichTextBoxActionList.cs (1)
20EditorServiceContext.EditValue(_designer, Component!, "Lines");
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2059EditorServiceContext.EditValue(this, Table, "ColumnStyles");
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
241EditorServiceContext.EditValue(itemDesigner, _currentItem, "Image");
System\Windows\Forms\Design\TreeViewActionList.cs (1)
23EditorServiceContext.EditValue(_designer, Component!, "Nodes");