Base:
property
Text
System.Windows.Forms.Panel.Text
10 writes to Text
System.Windows.Forms (10)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (8)
101Text = text 107Text = text 113Text = text, 120Text = text, 250Text = text 256Text = text 264Text = text 278Text = text
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
38Text = null; 46Text = text;
3 references to Text
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2140string text = tabPage.Text;
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
757public override string ToString() => $"TabPage: {{{Text}}}";
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
51public override string? Name => _owningTabPage.Text;