6 references to PropertyValueChanged
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
381
_propertyGrid.
PropertyValueChanged
+= PropertyGrid_propertyValueChanged;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
582
_propertyGrid1.
PropertyValueChanged
+= propertyGrid1_PropertyValueChanged;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
344
_selectedItemProps.
PropertyValueChanged
+= PropertyGrid_propertyValueChanged;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
190
_propertyGrid1.
PropertyValueChanged
+= PropertyGrid_propertyValueChanged;
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridTests.cs (2)
4028
propertyGrid.
PropertyValueChanged
+= handler;
4034
propertyGrid.
PropertyValueChanged
-= handler;