public IntegerUpDownConverter(Int32UpDown parent) { _parent = parent; }
public IntegerUpDownAutomationPeer(Int32UpDown control) : base(control) { }