/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/ |
H A D | ActivityPreviewDesigner.cs | 117 if (ActiveDesigner == this) 268 if (ActiveDesigner == this) 377 if (Expanded && ActiveDesigner == this) in HitTest() 418 if (ActiveDesigner == this) in IsContainedDesignerVisible() 441 if (ActiveDesigner == this) in EnsureVisibleContainedDesigner() 456 if (ActiveDesigner != this) in GetNextSelectableObject() 664 if (ActiveDesigner == this) in OnMouseDown() 678 if (ActiveDesigner == this) in OnMouseDoubleClick() 690 if (ActiveDesigner == this) in OnMouseUp() 698 if (ActiveDesigner == this) in OnMouseLeave() [all …]
|
H A D | StructuredCompositeActivityDesigner.cs | 57 ActivityDesigner activeDesigner = ActiveDesigner; 92 ActivityDesigner activeDesigner = ActiveDesigner; 104 ActivityDesigner activeDesigner = ActiveDesigner; 164 ActivityDesigner activeDesigner = ActiveDesigner; 245 internal ActivityDesigner ActiveDesigner property in System.Workflow.ComponentModel.Design.StructuredCompositeActivityDesigner 369 ActivityDesigner activeDesigner = ActiveDesigner; in EnsureVisibleContainedDesigner() 392 … CompositeActivityDesigner activeCompositeDesigner = ActiveDesigner as CompositeActivityDesigner; in EnsureVisibleContainedDesigner() 407 ActivityDesigner activeDesigner = ActiveDesigner; in GetNextSelectableObject() 463 ActivityDesigner activeDesigner = ActiveDesigner; in OnContainedActivitiesChanging() 540 ActivityDesigner activeDesigner = ActiveDesigner; in OnLayoutPosition() [all …]
|
H A D | ParallelActivityDesigner.cs | 57 if (ActiveDesigner != this) 75 if (ActiveDesigner != this) 128 if (ActiveDesigner != this) in GetNextSelectableObject() 152 if (ActiveDesigner != this) in CanRemoveActivities() 169 if (ActiveDesigner != this) in CanMoveActivities() 196 if (Expanded && ActiveDesigner == this) in OnPaint() 215 if (Expanded && ActiveDesigner == this) in OnLayoutPosition() 243 if (Expanded && ActiveDesigner == this && compositeDesignerTheme != null) in OnLayoutSize() 277 if (!Expanded || ActiveDesigner != this) in GetDropTargets()
|
H A D | SequentialActivityDesigner.cs | 94 if (ActiveDesigner != this) 109 if (ActiveDesigner != this) 175 if (ActiveDesigner != this) in GetConnectors() 302 if (ActiveDesigner != this) in HitTest() 336 if (ActiveDesigner != this) in GetNextSelectableObject() 438 if (Expanded && ActiveDesigner == this) in OnLayoutPosition() 474 if (Expanded && ActiveDesigner == this && compositeDesignerTheme != null) in OnLayoutSize()
|
H A D | SequenceDesignerAccessibleObject.cs | 45 if (sequentialActivityDesigner.ActiveDesigner != sequentialActivityDesigner) in GetChild() 57 if (sequentialActivityDesigner.ActiveDesigner != sequentialActivityDesigner) in GetChildCount()
|
H A D | XomlDesignerLoader.cs | 662 …if (designerEventService != null && designerEventService.ActiveDesigner == this.serviceProvider.Ge… in OnTypeSystemTypesChanged() 852 …if (designerEventService != null && designerEventService.ActiveDesigner == this.serviceProvider.Ge… in OnRefreshTasks()
|
H A D | SequentialWorkflowRootDesigner.cs | 223 ActivityDesigner activeDesigner = ActiveDesigner;
|
H A D | SequentialWorkflowRootDesigner.cs.back | 223 ActivityDesigner activeDesigner = ActiveDesigner;
|
H A D | ActivityDesigner.cs | 702 if (ShowSmartTag && this.smartTag.ActiveDesigner != null) 3124 internal ActivityDesigner ActiveDesigner property in System.Workflow.ComponentModel.Design.ActivityDesigner.SmartTag
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/ |
H A D | DesignSurfaceManager.cs | 115 IDesignerHost designer = eventService.ActiveDesigner; 128 IDesignerHost designer = eventService.ActiveDesigner; 148 eventService.ActiveDesigner = value.GetService (typeof (IDesignerHost)) as IDesignerHost;
|
H A D | DesignerEventService.cs | 56 public IDesignerHost ActiveDesigner { property in System.ComponentModel.Design.DesignerEventService
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/ |
H A D | StateDesigner.cs | 164 return this.ActiveDesigner.Activity; 181 return this.ActiveDesigner.Activity; 501 internal ActivityDesigner ActiveDesigner property in System.Workflow.Activities.StateDesigner 634 return (this.ActiveDesigner != null); 1008 if (containedDesigner == this.ActiveDesigner) in IsContainedDesignerVisible() 1351 if (this.ActiveDesigner != null && in OnContainedActivitiesChanged() 1366 if (this.ActiveDesigner == null) in OnLayoutPosition() 1665 Debug.Assert(this.ActiveDesigner == null); in UpdateConnectors() 2115 this.ActiveDesigner.Activity != selection) in SelectionChanged() 2205 this.ActiveDesigner = activeDesigner; in SetActiveDesignerByName() [all …]
|
H A D | StateDesignerConnector.cs | 132 if (this.RootStateDesigner != null && this.RootStateDesigner.ActiveDesigner != null) in HitTest() 140 if (this.RootStateDesigner != null && this.RootStateDesigner.ActiveDesigner != null) in OnPaintEdited() 168 if (this.RootStateDesigner != null && this.RootStateDesigner.ActiveDesigner != null) in OnPaintSelected() 205 if (this.RootStateDesigner != null && this.RootStateDesigner.ActiveDesigner != null) in OnPaint()
|
H A D | StateDesigner.Layouts.cs | 752 currentDesigner = currentDesigner.ActiveDesigner as StateDesigner; in InitializeLayouts() 1323 ActivityDesigner activeDesigner = this.StateDesigner.ActiveDesigner; in OnLayoutSize() 1384 Size activeDesignerSize = this.StateDesigner.ActiveDesigner.Size; in OnLayoutPosition() 1387 this.StateDesigner.ActiveDesigner.Location = origin; in OnLayoutPosition()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/ |
H A D | IDesignerEventService.cs | 24 IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/ |
H A D | IDesignerEventService.cs | 23 IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/ |
H A D | System.ComponentModel.cs | 1030 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/ |
H A D | System.cs | 3521 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/ |
H A D | System.cs | 3524 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/ |
H A D | System.cs | 3519 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/ |
H A D | System.cs | 3520 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/ |
H A D | System.cs | 5057 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/ |
H A D | System.cs | 4795 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/ |
H A D | System.cs | 4965 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/ |
H A D | System.cs | 4986 System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; } property
|