1 write to _editor
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
228
_editor
= PropertyDescriptor.GetEditor<UITypeEditor>();
7 references to _editor
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (7)
18
[MemberNotNullWhen(true, nameof(
_editor
))]
37
if (
_editor
is not null)
41
object? newValue =
_editor
.EditValue(TypeDescriptorContext, this, Value);
232
if (
_editor
is not null)
234
_button.Ellipsis = (
_editor
.GetEditStyle(TypeDescriptorContext) == UITypeEditorEditStyle.Modal);
235
HasSwatch =
_editor
.GetPaintValueSupported(TypeDescriptorContext);
296
_editor
.PaintValue(Value, swatchGraphics, rect);