7 references to GetPropertyValueList
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
262
/// <see cref="
GetPropertyValueList
"/> should return said values when this is true.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
1276
object[] values = gridEntry.
GetPropertyValueList
();
1517
object[] values = gridEntry.
GetPropertyValueList
();
1704
object[] values = gridEntry.
GetPropertyValueList
();
2433
object[] values = entry.
GetPropertyValueList
();
3140
object[] values = _selectedGridEntry.
GetPropertyValueList
();
3683
object[] rgItems = gridEntry.
GetPropertyValueList
();