1 instantiation of DomainUpDownItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
58
public DomainUpDownItemCollection Items => _domainItems ??= new
DomainUpDownItemCollection
(this);
2 references to DomainUpDownItemCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
27
private
DomainUpDownItemCollection
? _domainItems;
58
public
DomainUpDownItemCollection
Items => _domainItems ??= new DomainUpDownItemCollection(this);