3 instantiations of EditorServiceContext
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\EditorServiceContext.cs (1)
48
EditorServiceContext context =
new
(designer, descriptor);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1440
new
EditorServiceContext
(this, TypeDescriptor.GetProperties(Component)["Items"], SR.ToolStripItemCollectionEditorVerb);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
408
new
EditorServiceContext
(this, TypeDescriptor.GetProperties(Component)["Items"], SR.ToolStripItemCollectionEditorVerb);
12 references to EditorServiceContext
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\EditorServiceContext.cs (1)
48
EditorServiceContext
context = new(designer, descriptor);
System\Windows\Forms\Design\ImageListActionList.cs (1)
20
public void ChooseImages() =>
EditorServiceContext
.EditValue(_designer, Component!, "Images");
System\Windows\Forms\Design\ListControlUnboundActionList.cs (1)
20
EditorServiceContext
.EditValue(_designer, Component!, "Items");
System\Windows\Forms\Design\ListViewActionList.cs (3)
22
EditorServiceContext
.EditValue(_designer, Component!, nameof(ListView.Items));
25
EditorServiceContext
.EditValue(_designer, Component!, nameof(ListView.Columns));
28
EditorServiceContext
.EditValue(_designer, Component!, nameof(ListView.Groups));
System\Windows\Forms\Design\NotifyIconDesignerActionList.cs (1)
18
EditorServiceContext
.EditValue(_designer, Component!, "Icon");
System\Windows\Forms\Design\PictureBoxActionList.cs (1)
27
public void ChooseImage() =>
EditorServiceContext
.EditValue(_designer, Component!, nameof(PictureBox.Image));
System\Windows\Forms\Design\RichTextBoxActionList.cs (1)
20
EditorServiceContext
.EditValue(_designer, Component!, "Lines");
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2052
EditorServiceContext
.EditValue(this, Table, "ColumnStyles");
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
241
EditorServiceContext
.EditValue(itemDesigner, _currentItem, "Image");
System\Windows\Forms\Design\TreeViewActionList.cs (1)
21
public void InvokeNodesDialog() =>
EditorServiceContext
.EditValue(_designer, Component!, nameof(TreeView.Nodes));