2 writes to typePresenter
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (2)
537
this.
typePresenter
= tp;
550
this.
typePresenter
= null;
12 references to typePresenter
System.Activities.Core.Presentation (12)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (12)
209
this.
typePresenter
.Filter = this.ExceptionTypeFilter;
512
this.
typePresenter
.FocusOnVisibleControl();
517
this.
typePresenter
.Type = null;
538
this.
typePresenter
.Filter = this.ExceptionTypeFilter;
539
this.
typePresenter
.MostRecentlyUsedTypes = MostRecentlyUsedTypes;
541
this.
typePresenter
.TypeBrowserClosed -= OnTypePresenterTypeBrowserClosed;
542
this.
typePresenter
.TypeBrowserClosed += OnTypePresenterTypeBrowserClosed;
547
if (this.
typePresenter
!= null)
549
this.
typePresenter
.TypeBrowserClosed -= OnTypePresenterTypeBrowserClosed;
556
this.
typePresenter
.FocusOnVisibleControl();
586
if (this.
typePresenter
!= null)
588
Type type = this.
typePresenter
.Type;