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