Base:
property
Text
System.Windows.Forms.Control.Text
2 references to Text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
1024
string oldText = this.
Text
;
1043
if (!oldText.Equals(this.
Text
)) {