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(); 2646string currentTextValue = _selectedGridEntry.GetPropertyTextValue(); 2889Clipboard.SetDataObject(entry.GetPropertyTextValue()); 3066tip = gridItem.GetPropertyTextValue(); 4307string s = gridEntry.GetPropertyTextValue(); 4680string text = entry.GetPropertyTextValue();