50 references to IMenuCommandService
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2147IMenuCommandService mcs = (IMenuCommandService)site.GetService(typeof(IMenuCommandService));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
5229IMenuCommandService mcs = (IMenuCommandService)GetService(typeof(IMenuCommandService));
System.Workflow.ComponentModel (44)
AuthoringOM\Design\CommandSet.cs (4)
32private IMenuCommandService menuCommandService; 51this.menuCommandService = (IMenuCommandService)this.serviceProvider.GetService(typeof(IMenuCommandService)); 53throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMenuCommandService).FullName));
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
1217IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService;
AuthoringOM\Design\DesignerHelpers.cs (4)
1538IMenuCommandService menuCommandService = designer.Activity.Site.GetService(typeof(IMenuCommandService)) as IMenuCommandService; 1540throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMenuCommandService).FullName));
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (12)
50IMenuCommandService menuCommandService = (IMenuCommandService)GetService(typeof(IMenuCommandService)); 118IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; 133IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; 152IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService;
AuthoringOM\Design\MessageFilters\WindowManager.cs (3)
340IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService;
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (12)
63IMenuCommandService menuCommandService = (IMenuCommandService)GetService(typeof(IMenuCommandService)); 205IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; 224IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; 264IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService;
AuthoringOM\Design\WorkflowView.cs (6)
200IMenuCommandService menuCommandService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; 1913IMenuCommandService menuCommandService = (IMenuCommandService)GetService(typeof(IMenuCommandService));