7 references to GetPropertyValueList
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
253
/// <see cref="
GetPropertyValueList
"/> should return said values when this is true.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
1299
object[] values = gridEntry.
GetPropertyValueList
();
1540
object[] values = gridEntry.
GetPropertyValueList
();
1727
object[] values = gridEntry.
GetPropertyValueList
();
2456
object[] values = entry.
GetPropertyValueList
();
3178
object[] values = _selectedGridEntry.
GetPropertyValueList
();
3721
object[] rgItems = gridEntry.
GetPropertyValueList
();