46 references to IExtendedUIService
System.Workflow.Activities (25)
Designers\EventSinkActivityDesigner.cs (4)
74
IExtendedUIService
extUIService = (
IExtendedUIService
)Activity.Site.GetService(typeof(
IExtendedUIService
));
76
throw new Exception(SR.GetString(SR.General_MissingService, typeof(
IExtendedUIService
).FullName));
Designers\InvokeMethodActivityDesigner.cs (4)
73
IExtendedUIService
extUIService = (
IExtendedUIService
)Activity.Site.GetService(typeof(
IExtendedUIService
));
75
throw new Exception(SR.GetString(SR.General_MissingService, typeof(
IExtendedUIService
).FullName));
Designers\InvokeWebServiceDesigner.cs (17)
45
IExtendedUIService
extUIService = host.GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
99
IExtendedUIService
extUIService = (
IExtendedUIService
)Activity.Site.GetService(typeof(
IExtendedUIService
));
115
IExtendedUIService
extUIService = (
IExtendedUIService
)Activity.Site.GetService(typeof(
IExtendedUIService
));
117
throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(
IExtendedUIService
).FullName));
152
IExtendedUIService
extUIService = (
IExtendedUIService
)Activity.Site.GetService(typeof(
IExtendedUIService
));
154
throw new Exception(SR.GetString(SR.General_MissingService, typeof(
IExtendedUIService
).FullName));
225
IExtendedUIService
extUIService = (
IExtendedUIService
)serviceProvider.GetService(typeof(
IExtendedUIService
));
System.Workflow.ComponentModel (21)
AuthoringOM\Design\ActivityDesigner.cs (9)
1563
IExtendedUIService
uiService = GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
2161
IExtendedUIService
extendedUIService = GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
2215
IExtendedUIService
extendedUIService = GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
AuthoringOM\Design\CommandSet.cs (6)
695
IExtendedUIService
extUIService = this.serviceProvider.GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
936
IExtendedUIService
extendedUIService = this.serviceProvider.GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
AuthoringOM\Design\XomlDesignerLoader.cs (6)
612
IExtendedUIService
extUIService = this.serviceProvider.GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;
845
IExtendedUIService
extendedUIService = this.serviceProvider.GetService(typeof(
IExtendedUIService
)) as
IExtendedUIService
;