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)
143
get => this.TryGetOwnerAs(out GridEntry? owner) ? owner.
GetPropertyTextValue
() : null;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
159
&& (EditTextBox.Focused || !string.IsNullOrEmpty(_selectedGridEntry.
GetPropertyTextValue
()));
1015
Clipboard.SetDataObject(_selectedGridEntry.
GetPropertyTextValue
());
1484
EditTextBox.Text = gridEntry?.
GetPropertyTextValue
();
2645
string currentTextValue = _selectedGridEntry.
GetPropertyTextValue
();
2888
Clipboard.SetDataObject(entry.
GetPropertyTextValue
());
3065
tip = gridItem.
GetPropertyTextValue
();
4306
string s = gridEntry.
GetPropertyTextValue
();
4679
string text = entry.
GetPropertyTextValue
();