6 references to GetPropertyValueList
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (6)
1432
object[] values = gridEntry.
GetPropertyValueList
();
1805
object[] values = gridEntry.
GetPropertyValueList
();
1974
object[] values = gridEntry.
GetPropertyValueList
();
2682
object[] rgvalues = gridEntry.
GetPropertyValueList
();
3337
object[] values = selectedGridEntry.
GetPropertyValueList
();
3864
object[] rgItems = gridEntry.
GetPropertyValueList
();