2 overrides of UpdateValue
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (1)
455protected override void UpdateValue() => Value = Align;
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
289protected override void UpdateValue() => Value = DockStyle;
1 reference to UpdateValue
System.Windows.Forms.Design (1)
System\Drawing\Design\SelectionPanelBase.cs (1)
50UpdateValue();