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)
28private readonly TabPageCollection _tabCollection; 814public 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))