10 references to GetPropertyTextValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1243, 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)
160&& (EditTextBox.Focused || !string.IsNullOrEmpty(_selectedGridEntry.GetPropertyTextValue())); 1038Clipboard.SetDataObject(_selectedGridEntry.GetPropertyTextValue()); 1507EditTextBox.Text = gridEntry?.GetPropertyTextValue(); 2684string currentTextValue = _selectedGridEntry.GetPropertyTextValue(); 2927Clipboard.SetDataObject(entry.GetPropertyTextValue()); 3104tip = gridItem.GetPropertyTextValue(); 4342string s = gridEntry.GetPropertyTextValue(); 4712string text = entry.GetPropertyTextValue();