11 references to TabPage
PresentationUI (2)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
40this._summaryTab = new System.Windows.Forms.TabPage(); 64this._infoTab = new System.Windows.Forms.TabPage();
System.Windows.Forms (9)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (8)
99public void Add(string? text) => Add(new TabPage 104public void Add(string? key, string? text) => Add(new TabPage 110public void Add(string? key, string? text, int imageIndex) => Add(new TabPage 117public void Add(string? key, string? text, string imageKey) => Add(new TabPage 248public void Insert(int index, string? text) => Insert(index, new TabPage 253public void Insert(int index, string? key, string? text) => Insert(index, new TabPage 261TabPage page = new() 275TabPage page = new()
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
44public TabPage(string? text) : this()