1 instantiation of TabPageCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
85
_tabCollection = new
TabPageCollection
(this);
4 references to TabPageCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
28
private readonly
TabPageCollection
_tabCollection;
814
public
TabPageCollection
TabPages
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabPageCollectionEditor.cs (2)
9
/// Collection editor for <see cref="TabControl.
TabPageCollection
"/>.
15
: base(typeof(TabControl.
TabPageCollection
))