2 overrides of GetPropertyTextValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
175
public override string
GetPropertyTextValue
(object o) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
147
public override string
GetPropertyTextValue
(object value) {
7 references to GetPropertyTextValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1753
return
GetPropertyTextValue
(this.PropertyValue);
2107
strValue =
GetPropertyTextValue
(val);
2119
strValue =
GetPropertyTextValue
(val);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
160
return base.
GetPropertyTextValue
(value);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1809
string text = gridEntry.
GetPropertyTextValue
(valueCur);
2510
Edit.Text = gridEntry.
GetPropertyTextValue
(DropDownListBox.SelectedItem);
3884
s = gridEntry.
GetPropertyTextValue
(rgItems[i]);