2 references to OnNotifyPropertyValueUIItemsChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
313
pvSvc.PropertyUIValueItemsChanged -= new EventHandler(this.
OnNotifyPropertyValueUIItemsChanged
);
339
pvSvc.PropertyUIValueItemsChanged += new EventHandler(this.
OnNotifyPropertyValueUIItemsChanged
);