10 references to GetPropertyTextValue
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1492
string textVal =
GetPropertyTextValue
();
3029
return owner.
GetPropertyTextValue
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
238
string val = selectedGridEntry.
GetPropertyTextValue
();
1189
Clipboard.SetDataObject(selectedGridEntry.
GetPropertyTextValue
());
1779
Edit.Text = gridEntry.
GetPropertyTextValue
();
2861
string curTextValue = selectedGridEntry.
GetPropertyTextValue
();
3085
Clipboard.SetDataObject(gridEntry.
GetPropertyTextValue
());
3270
tip = gridItem.
GetPropertyTextValue
();
4412
string s = gridEntry.
GetPropertyTextValue
();
4785
string text = ipeCur.
GetPropertyTextValue
();