Base:
property
WindowText
System.Windows.Forms.Control.WindowText
1 write to WindowText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
398
WindowText
= userWindowText;
1 reference to WindowText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
2829
string oldText = this.
WindowText
;