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)
1276object[] values = gridEntry.GetPropertyValueList(); 1517object[] values = gridEntry.GetPropertyValueList(); 1704object[] values = gridEntry.GetPropertyValueList(); 2433object[] values = entry.GetPropertyValueList(); 3140object[] values = _selectedGridEntry.GetPropertyValueList(); 3683object[] rgItems = gridEntry.GetPropertyValueList();