2 writes to Value
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
74
Value
= PropertyDescriptor.GetValue(_actionList);
100
Value
= PropertyDescriptor.GetValue(info.List);
8 references to Value
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
62
_checkBox.Checked = (bool)
Value
!;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (3)
41
object? newValue = _editor.EditValue(TypeDescriptorContext, this,
Value
);
69
if ((standardValue is not null) && standardValue.Equals(
Value
))
296
_editor.PaintValue(
Value
, swatchGraphics, rect);
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
70
if (!Equals(
Value
, newValue))
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
198
if (Equals(
Value
, standardValues[i]))
228
if (Equals(
Value
, standardValues[i]))
286
protected override void OnValueChanged() => EditControl!.Text = PropertyDescriptor.Converter.ConvertToString(TypeDescriptorContext,
Value
);