3 references to TypeBrowserClosedEvent
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
269add { this.AddHandler(TypeBrowserClosedEvent, value); } 270remove { this.RemoveHandler(TypeBrowserClosedEvent, value); } 679this.RaiseEvent(new RoutedEventArgs(TypePresenter.TypeBrowserClosedEvent, this));