4 references to RootValueChanged
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
245
oldValue.PropertyValue.
RootValueChanged
-= new EventHandler(theThis.OnPropertyValueRootValueChanged);
251
newValue.PropertyValue.
RootValueChanged
+= new EventHandler(theThis.OnPropertyValueRootValueChanged);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValue.cs (2)
370
if (
RootValueChanged
!= null)
371
RootValueChanged
(this, EventArgs.Empty);