1 instantiation of WindowHelperService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
206
this.Context.Services.Publish<WindowHelperService>(new
WindowHelperService
(hWND));
22 references to WindowHelperService
System.Data (22)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
473
WindowHelperService
service = context.Services.GetService<
WindowHelperService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (2)
144
WindowHelperService
service = editingContext.Services.GetService<
WindowHelperService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
665
WindowHelperService
service = this.Context.Services.GetService<
WindowHelperService
>();
706
WindowHelperService
service = this.Context.Services.GetService<
WindowHelperService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
475
this.Context.Services.GetService<
WindowHelperService
>().RegisterWindowMessageHandler(new WindowMessage(OnMessage));
485
this.Context.Services.GetService<
WindowHelperService
>().UnregisterWindowMessageHandler(new WindowMessage(OnMessage));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
177
WindowHelperService
.TrySetWindowOwner(owner, this.Context, this);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
740
WindowHelperService
.TrySetWindowOwner(this, this.Context, wnd);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (4)
675
WindowHelperService
service = this.Context.Services.GetService<
WindowHelperService
>();
716
WindowHelperService
service = this.Context.Services.GetService<
WindowHelperService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (4)
197
if (!this.context.Services.Contains<
WindowHelperService
>())
206
this.Context.Services.Publish<
WindowHelperService
>(new WindowHelperService(hWND));
208
WindowHelperService
whs = this.context.Services.GetService<
WindowHelperService
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
138
WindowHelperService
srv = this.Context.Services.GetService<
WindowHelperService
>();