Base:
property
Text
System.Windows.Forms.TextBox.Text
7 writes to Text
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (7)
1215
Edit.
Text
= data;
1779
Edit.
Text
= gridEntry.GetPropertyTextValue();
2510
Edit.
Text
= gridEntry.GetPropertyTextValue(DropDownListBox.SelectedItem);
2849
Edit.
Text
= originalTextValue;
2856
Edit.
Text
= originalTextValue;
4448
Edit.
Text
= s;
4787
Edit.
Text
= text;
6 references to Text
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (6)
521
text = Edit.
Text
;
4447
if ((GetFlag(FlagIsNewSelection) || !Edit.Focused) && (s != null && !s.Equals(Edit.
Text
))) {
4704
success = CommitText(Edit.
Text
);
4786
if (!String.Equals(text, Edit.
Text
)) {
6721
ClientRectangle.Width <= psheet.SelectedGridEntry.GetValueTextWidth(this.
Text
, g, this.Font)) {
6722
psheet.ToolTip.ToolTip = this.PasswordProtect ? "" : this.
Text
;