10 references to GetPropertyTextValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1252, value = [{(GetPropertyTextValue()?.Replace('\0', ' ') ?? "null")}], expandable = {Expandable}
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
143get => this.TryGetOwnerAs(out GridEntry? owner) ? owner.GetPropertyTextValue() : null;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
159&& (EditTextBox.Focused || !string.IsNullOrEmpty(_selectedGridEntry.GetPropertyTextValue())); 1015Clipboard.SetDataObject(_selectedGridEntry.GetPropertyTextValue()); 1484EditTextBox.Text = gridEntry?.GetPropertyTextValue(); 2645string currentTextValue = _selectedGridEntry.GetPropertyTextValue(); 2888Clipboard.SetDataObject(entry.GetPropertyTextValue()); 3065tip = gridItem.GetPropertyTextValue(); 4306string s = gridEntry.GetPropertyTextValue(); 4679string text = entry.GetPropertyTextValue();