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