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