2 writes to typePresenter
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
1344this.typePresenter = control as TypePresenter; 1364this.typePresenter = null;
7 references to typePresenter
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (7)
1345if (null != this.typePresenter) 1348this.typePresenter.TypeBrowserOpened += OnTypeBrowserOpened; 1349this.typePresenter.TypeBrowserClosed += OnTypeBrowserClosed; 1351handled = this.typePresenter.typeComboBox.Focus(); 1360if (this.isRegisteredForEvents && null != this.typePresenter) 1362this.typePresenter.TypeBrowserOpened -= OnTypeBrowserOpened; 1363this.typePresenter.TypeBrowserClosed -= OnTypeBrowserClosed;