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