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)
22EditorServiceContext.EditValue(_designer, Component!, nameof(ListView.Items)); 25EditorServiceContext.EditValue(_designer, Component!, nameof(ListView.Columns)); 28EditorServiceContext.EditValue(_designer, Component!, nameof(ListView.Groups));
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (1)
18EditorServiceContext.EditValue(_designer, Component!, "Icon");
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
27public void ChooseImage() => EditorServiceContext.EditValue(_designer, Component!, nameof(PictureBox.Image));
System\Windows\Forms\Design\RichTextBoxActionList.cs (1)
20EditorServiceContext.EditValue(_designer, Component!, "Lines");
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2052EditorServiceContext.EditValue(this, Table, "ColumnStyles");
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
241EditorServiceContext.EditValue(itemDesigner, _currentItem, "Image");
System\Windows\Forms\Design\TreeViewActionList.cs (1)
21public void InvokeNodesDialog() => EditorServiceContext.EditValue(_designer, Component!, nameof(TreeView.Nodes));