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)
1299object[] values = gridEntry.GetPropertyValueList(); 1540object[] values = gridEntry.GetPropertyValueList(); 1727object[] values = gridEntry.GetPropertyValueList(); 2456object[] values = entry.GetPropertyValueList(); 3178object[] values = _selectedGridEntry.GetPropertyValueList(); 3721object[] rgItems = gridEntry.GetPropertyValueList();