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)
4028propertyGrid.PropertyValueChanged += handler; 4034propertyGrid.PropertyValueChanged -= handler;