Home
last modified time | relevance | path

Searched refs:SetSelectedComponents (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DSelectionService.cs58 this.SetSelectedComponents (new IComponent[] { args.Component }, SelectionTypes.Remove); in OnComponentRemoving()
117 public void SetSelectedComponents (ICollection components) in SetSelectedComponents() method in System.ComponentModel.Design.SelectionService
119 SetSelectedComponents (components, SelectionTypes.Auto); in SetSelectedComponents()
125 public void SetSelectedComponents (ICollection components, SelectionTypes selectionType) in SetSelectedComponents() method in System.ComponentModel.Design.SelectionService
H A DDesignerHost.cs260 selectionService.SetSelectedComponents (new IComponent[] { _rootComponent }); in Activate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DISelectionService.cs67 void SetSelectedComponents(ICollection components); in SetSelectedComponents() method
74 void SetSelectedComponents(ICollection components, SelectionTypes selectionType); in SetSelectedComponents() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DActivityDesignerAccessibleObject.cs152 …selectionService.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionT… in DoDefaultAction()
197 …selectionService.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionT… in Select()
199 …selectionService.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionT… in Select()
201 …selectionService.SetSelectedComponents(new object[] { this.activityDesigner.Activity }, SelectionT… in Select()
H A DSequenceDesignerAccessibleObject.cs190 …selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, Se… in DoDefaultAction()
232 …selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, Se… in Select()
234 …selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, Se… in Select()
236 …selectionService.SetSelectedComponents(new object[] { this.connectorHitInfo.SelectableObject }, Se… in Select()
H A DCompositeActivityDesigner.cs545 …selectionService.SetSelectedComponents(new Activity[] { nextSelectableActivity }, SelectionTypes.R… in RemoveActivities()
1454 …selectionService.SetSelectedComponents(new object[] { nextSelectedObject }, SelectionTypes.Replace… in OnKeyDown()
1542 selectionService.SetSelectedComponents(new object[] { activity }); in MoveDesigners()
H A DDocumentOutline.cs249 … selectionService.SetSelectedComponents(new object[] { node.Activity }, SelectionTypes.Replace); in OnNodeSelected()
H A DCommandSet.cs949 … this.selectionService.SetSelectedComponents(topLevelActivities.ToArray(), SelectionTypes.Replace); in OnMenuPaste()
961 … this.selectionService.SetSelectedComponents(activities.ToArray(), SelectionTypes.Replace); in OnMenuSelectAll()
H A DFreeFormDesigner.cs1015 … selectionService.SetSelectedComponents(new object[] { connector }, SelectionTypes.Remove); in OnKeyDown()
1022 …selectionService.SetSelectedComponents(new object[] { nextSelectableObject }, SelectionTypes.Repla… in OnKeyDown()
H A DStructuredCompositeActivityDesigner.cs784 …selectionService.SetSelectedComponents(new object[] { view.AssociatedDesigner.Activity }, Selectio… in OnSmartTagVerb()
H A DActivityDesigner.cs1558 … selectionService.SetSelectedComponents(new object[] { Activity }, SelectionTypes.Replace); in OnExecuteDesignerAction()
2267 … selectionService.SetSelectedComponents(new object[] { Activity }, SelectionTypes.Replace); in OnFirstIdle()
2558 selectionService.SetSelectedComponents(activities, SelectionTypes.Replace); in IToolboxUser.ToolPicked()
H A DDesignerWidgets.cs3096 …selectionService.SetSelectedComponents(new object[] { activityDesigner.Activity }, SelectionTypes.… in DoDefaultAction()
3143 …selectionService.SetSelectedComponents(new object[] { activityDesigner.Activity }, SelectionTypes.… in Select()
3145 …selectionService.SetSelectedComponents(new object[] { activityDesigner.Activity }, SelectionTypes.… in Select()
3147 …selectionService.SetSelectedComponents(new object[] { activityDesigner.Activity }, SelectionTypes.… in Select()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DISelectionService.cs70 void SetSelectedComponents(ICollection components); in SetSelectedComponents() method
77 void SetSelectedComponents(ICollection components, SelectionTypes selectionType); in SetSelectedComponents() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DDefaultMenuCommands.cs196 selection.SetSelectedComponents (selectedComponents, SelectionTypes.Remove); in Delete()
205 selection.SetSelectedComponents (host.Container.Components, SelectionTypes.Replace); in SelectAll()
H A DFormDocumentDesigner.cs78 selectionServ.SetSelectedComponents (new object[] { this.Component }); in WndProc()
H A DUISelectionService.cs109 this.SelectionService.SetSelectedComponents (new IComponent[] { frame.Control }); in MouseDragBegin()
378 this.SelectionService.SetSelectedComponents (selectedControls, SelectionTypes.Replace); in SelectionEnd()
H A DDocumentDesigner.cs295 selectionService.SetSelectedComponents (new IComponent[] { this.Component }); in InitializeSelectionService()
H A DParentControlDesigner.cs193 selectionServ.SetSelectedComponents (components, SelectionTypes.Replace); in CreateToolCore()
H A DControlDesigner.cs450 selectionService.SetSelectedComponents (new IComponent[] { this.Component }); in OnMouseDown()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/MessageFilters/
H A DWindowManager.cs48 … selectionService.SetSelectedComponents(new object[] { selectedObject }, SelectionTypes.Primary); in OnMouseDown()
245 …selectionService.SetSelectedComponents(new object[] { parentDesigner.Activity }, SelectionTypes.Re… in OnKeyDown()
287 … selectionService.SetSelectedComponents(connectors, SelectionTypes.Add); in OnKeyDown()
H A DDragSelectionMessageFilter.cs222 …selectionService.SetSelectedComponents((object[])selectableComponents.ToArray(typeof(object)), Sel… in OnMouseUp()
H A DDragDropManager.cs526 … selectionService.SetSelectedComponents(droppedActivities, SelectionTypes.Replace); in OnDragDrop()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/
H A DStateDesigner.cs1796 … selectionService.SetSelectedComponents(new object[] { this.Activity }, SelectionTypes.Primary); in StateDesignerLinkMouseDown()
1975 … this.SelectionService.SetSelectedComponents(new object[] { child }, SelectionTypes.Primary); in AddChild()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1157 void SetSelectedComponents(System.Collections.ICollection components); in SetSelectedComponents() method
1158 …void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design… in SetSelectedComponents() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs1044 selectionService.SetSelectedComponents(new IComponent[] { rootDecl }); in UpdatePreview()

12