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