132 references to IUIService
System.Messaging (4)
System\Messaging\Design\QueuePathDialog.cs (4)
56private IUIService uiService; 77this.uiService = (IUIService)provider.GetService(typeof(IUIService)); 89public QueuePathDialog(IUIService uiService)
System.Web.Entity.Design (12)
System\Data\WebControls\Design\Util\UIHelper.cs (12)
25IUIService uiService = (IUIService)serviceProvider.GetService(typeof(IUIService)); 42IUIService uiService = (IUIService)serviceProvider.GetService(typeof(IUIService)); 56IUIService uiService = (IUIService)serviceProvider.GetService(typeof(IUIService)); 71IUIService uiService = (IUIService)serviceProvider.GetService(typeof(IUIService));
System.Web.Mobile (6)
UI\MobileControls\Design\DesignerForm.cs (3)
53IUIService uiService = (IUIService)GetService(typeof(IUIService));
UI\MobileControls\Design\Util\GenericUI.cs (3)
63IUIService uiService = (IUIService) site.GetService( 64typeof(IUIService)
System.Windows.Forms (36)
winforms\Managed\System\WinForms\AxHost.cs (3)
7333IUIService uiSvc = (IUIService)provider.GetService(typeof(IUIService));
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (3)
110IUIService uiSvc = (context != null) ? ((IUIService) context.GetService(typeof(IUIService))) : null;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (3)
48IUIService uiSvc = (IUIService)provider.GetService(typeof(IUIService));
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (3)
68IUIService uiSvc = (IUIService)provider.GetService(typeof(IUIService));
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (3)
214IUIService uiService = (IUIService)component.Site.GetService(typeof(IUIService));
winforms\Managed\System\WinForms\PropertyGrid.cs (6)
2373IUIService uiSvc = (IUIService)GetService(typeof(IUIService)); 3546IUIService uiSvc = (IUIService)GetService(typeof(IUIService));
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1332IUIService uiSvc = (IUIService)GetService(typeof(IUIService));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
1239IUIService uis = null; 1242uis = (IUIService)context.GetService(typeof(IUIService));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (9)
4935IUIService service = (IUIService)GetService(typeof(IUIService)); 5006IUIService uiSvc = (IUIService)GetService(typeof(IUIService)); 5086IUIService uiSvc = (IUIService)GetService(typeof(IUIService));
System.Workflow.Activities (36)
Rules\Design\DesignerHelpers.cs (3)
22IUIService uis = null; 24uis = (IUIService)serviceProvider.GetService(typeof(IUIService));
Rules\Design\Dialogs\BasicBrowserDialog.cs (9)
55IUIService uisvc = (IUIService)activity.Site.GetService(typeof(IUIService)); 127IUIService uisvc = serviceProvider.GetService(typeof(IUIService)) as IUIService; 134IUIService uisvc = (IUIService)GetService(typeof(IUIService));
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (9)
48IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService)); 75IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService)); 86IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService));
Rules\Design\Dialogs\RuleConditionDialog.cs (9)
40IUIService uisvc = serviceProvider.GetService(typeof(IUIService)) as IUIService; 169IUIService uisvc = serviceProvider.GetService(typeof(IUIService)) as IUIService; 176IUIService uisvc = (IUIService)GetService(typeof(IUIService));
Rules\Design\Dialogs\RuleSetDialog.cs (6)
572IUIService uisvc = serviceProvider.GetService(typeof(IUIService)) as IUIService; 579IUIService uisvc = (IUIService)GetService(typeof(IUIService));
System.Workflow.ComponentModel (32)
AuthoringOM\Design\ActivityDesigner.cs (3)
1805IUIService uiservice = GetService(typeof(IUIService)) as IUIService;
AuthoringOM\Design\CustomActivityDesigner.cs (3)
319IUIService uiService = serviceProvider.GetService(typeof(IUIService)) as IUIService;
AuthoringOM\Design\DesignerHelpers.cs (3)
1389IUIService uiService = serviceProvider.GetService(typeof(IUIService)) as IUIService;
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (3)
62IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService));
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
349IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService));
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
816IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService));
AuthoringOM\Design\DocumentOutline.cs (3)
60IUIService uiService = GetService(typeof(IUIService)) as IUIService;
AuthoringOM\Design\SecondaryViewProvider.cs (3)
197IUIService uiService = this.parentDesigner.Activity.Site.GetService(typeof(IUIService)) as IUIService;
AuthoringOM\Design\Themes.cs (2)
156private static IUIService uiService = null; //cached session-wide ui service (for getting environment font) 208internal static IUIService UIService
AuthoringOM\Design\WorkflowView.cs (6)
174IUIService uiService = this.serviceProvider.GetService(typeof(IUIService)) as IUIService; 372IUIService uis = GetService(typeof(IUIService)) as IUIService;
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
34IUIService uisvc = (IUIService) this.serviceProvider.GetService(typeof(IUIService));
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (3)
63IUIService uisvc = (IUIService) this.ServiceProvider.GetService(typeof(IUIService));