2 writes to compositeViewEvents
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
209this.compositeViewEvents = parent; 228this.compositeViewEvents = null;
4 references to compositeViewEvents
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
210if (this.compositeViewEvents != null) 212this.compositeViewEvents.RegisterDefaultCompositeView(this); 225if (this.compositeViewEvents != null) 227(compositeViewEvents).UnregisterDefaultCompositeView(this);