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