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))] 37if (_editor is not null) 41object? newValue = _editor.EditValue(TypeDescriptorContext, this, Value); 232if (_editor is not null) 234_button.Ellipsis = (_editor.GetEditStyle(TypeDescriptorContext) == UITypeEditorEditStyle.Modal); 235HasSwatch = _editor.GetPaintValueSupported(TypeDescriptorContext); 296_editor.PaintValue(Value, swatchGraphics, rect);