9 references to DomainUpDown
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DomainUpDown.cs (9)
65
/// Initializes a new instance of the <see cref='System.Windows.Forms.
DomainUpDown
'/> class.
254
/// Occurs when the <see cref='System.Windows.Forms.
DomainUpDown
.SelectedItem'/> property has
443
/// Raises the <see cref='System.Windows.Forms.
DomainUpDown
.SelectedItemChanged'/> event.
617
/// <para>Encapsulates a collection of objects for use by the <see cref='System.Windows.Forms.
DomainUpDown
'/>
621
DomainUpDown
owner;
623
internal DomainUpDownItemCollection(
DomainUpDown
owner)
742
return ((
DomainUpDown
)Owner).GetAccessibleName(baseName);
852
return new DomainItemAccessibleObject(((
DomainUpDown
)parent.Owner).Items[index].ToString(), this);
859
return ((
DomainUpDown
)parent.Owner).Items.Count;