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