Home
last modified time | relevance | path

Searched refs:GetDesigner (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DSplitContainerDesigner.cs63 return GetDesigner (((SplitContainer)this.Control).Panel1); in InternalControlDesigner()
65 return GetDesigner (((SplitContainer)this.Control).Panel2); in InternalControlDesigner()
70 private ControlDesigner GetDesigner (IComponent component) in GetDesigner() method in System.Windows.Forms.Design.SplitContainerDesigner
74 return host.GetDesigner (component) as ControlDesigner; in GetDesigner()
H A DDefaultMenuCommands.cs83 ComponentDesigner designer = host.GetDesigner ((IComponent)component) as ComponentDesigner; in Copy()
149 …parentDesigner = host.GetDesigner ((IComponent)selection.PrimarySelection) as ParentControlDesigne… in Paste()
151 parentDesigner = host.GetDesigner (host.RootComponent) as DocumentDesigner; in Paste()
188 ComponentDesigner designer = host.GetDesigner ((IComponent)component) as ComponentDesigner; in Delete()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DTypeDescriptorFilterService.cs63 IDesigner designer = designerHost.GetDesigner (component); in FilterAttributes()
82 IDesigner designer = designerHost.GetDesigner (component); in FilterEvents()
101 IDesigner designer = designerHost.GetDesigner (component); in FilterProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/ComponentModel/Design/
H A DFindSimilarActivitiesVerb.cs46 private ActivityDesigner GetDesigner(Activity activity) in GetDesigner() method in System.Workflow.ComponentModel.Design.FindSimilarActivitiesVerb
50 return designerHost.GetDesigner(activity as IComponent) as ActivityDesigner; in GetDesigner()
89 matchingActivityDesigner.Add(GetDesigner(eventArgs.CurrentActivity)); in OnWalkerFoundActivity()
/dports/editors/lazarus/lazarus/components/sparta/toolsapi/source/
H A Ddesigneditors.pas25 function GetDesigner: IDesigner; in GetDesigner() function
32 property Designer: IDesigner read GetDesigner;
133 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
480 function TComponentEditorProxy.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
482 Result:=inherited GetDesigner;
548 function TComponentEditor.GetDesigner: IDesigner; in GetDesigner() function
/dports/editors/lazarus-qt5/lazarus/components/sparta/toolsapi/source/
H A Ddesigneditors.pas25 function GetDesigner: IDesigner; in GetDesigner() function
32 property Designer: IDesigner read GetDesigner;
133 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
480 function TComponentEditorProxy.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
482 Result:=inherited GetDesigner;
548 function TComponentEditor.GetDesigner: IDesigner; in GetDesigner() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesigneditors.pas32 function GetDesigner: IDesigner; in GetDesigner() function
39 property Designer: IDesigner read GetDesigner;
140 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
487 function TComponentEditorProxy.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
489 Result:=inherited GetDesigner;
555 function TComponentEditor.GetDesigner: IDesigner; in GetDesigner() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/toolsapi/source/
H A Ddesigneditors.pas32 function GetDesigner: IDesigner; in GetDesigner() function
39 property Designer: IDesigner read GetDesigner;
140 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
487 function TComponentEditorProxy.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
489 Result:=inherited GetDesigner;
555 function TComponentEditor.GetDesigner: IDesigner; in GetDesigner() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DMobileUITypeEditor.cs28 protected ControlDesigner GetDesigner(ITypeDescriptorContext context) in GetDesigner() method in System.Web.UI.Design.MobileControls.MobileUITypeEditor
36 ControlDesigner designer = (ControlDesigner)designerHost.GetDesigner(control); in GetDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DCompositeActivityDesigner.cs149 … ActivityDesigner activityDesigner = ActivityDesigner.GetDesigner(activity);
398 … ActivityDesigner designer = host.GetDesigner(childActivity) as ActivityDesigner;
519 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in RemoveActivities()
772 …designerToInsert = (designerHost != null) ? designerHost.GetDesigner((IComponent)activity) as Acti… in CanInsertActivities()
873 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in CanMoveActivities()
910 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in MoveActivities()
997 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in CanRemoveActivities()
1329 …IWorkflowDesignerMessageSink containedDesigner = ActivityDesigner.GetDesigner(activity) as IWorkfl… in OnThemeChange()
1476 ActivityDesigner designer = ActivityDesigner.GetDesigner(e.Component as Activity); in OnComponentAdded()
1487 ActivityDesigner designer = ActivityDesigner.GetDesigner(changedActivity); in OnComponentChanged()
[all …]
H A DFreeFormDesigner.cs608 … ActivityDesigner designerToMove = ActivityDesigner.GetDesigner(movingActivity); in MoveActivities()
629 …tyDesigner activityDesigner = (current is Activity) ? ActivityDesigner.GetDesigner(current as Acti… in GetNextSelectableObject()
682 … ActivityDesigner designerToRemove = ActivityDesigner.GetDesigner(activityToRemove); in OnContainedActivitiesChanging()
891 ActivityDesigner designerToMove = ActivityDesigner.GetDesigner(e.Activities[i]); in OnDragDrop()
917 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in InsertActivities()
984 ActivityDesigner designer = ActivityDesigner.GetDesigner(selectedActivity); in OnKeyDown()
1311 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in GetLocation()
1319 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in SetLocation()
1340 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in GetSize()
1348 ActivityDesigner designer = ActivityDesigner.GetDesigner(activity); in SetSize()
[all …]
H A DCommandSet.cs408 …CompositeActivityDesigner compositeActivityDesigner = ActivityDesigner.GetDesigner(entry.Key as Ac… in OnStatusDelete()
426 …CompositeActivityDesigner compositeDesigner = ActivityDesigner.GetDesigner(selectedObject as Activ… in OnStatusPaste()
454 …CompositeActivityDesigner parentDesigner = ActivityDesigner.GetDesigner(parentActivity) as Composi… in OnStatusPaste()
500 …CompositeActivityDesigner compositeDesigner = ActivityDesigner.GetDesigner(activity) as CompositeA… in OnStatusExpandCollapse()
525 ActivityDesigner activityDesigner = ActivityDesigner.GetDesigner(activity); in OnStatusEnable()
560 …IRootDesigner rootDesigner = ActivityDesigner.GetDesigner(host.RootComponent as Activity) as IRoot… in SendKeyDownCommand()
615 …CompositeActivityDesigner designer = ActivityDesigner.GetDesigner(activity) as CompositeActivityDe… in OnExpandCollapse()
651 ActivityDesigner activityDesigner = ActivityDesigner.GetDesigner(activity); in OnEnable()
884 …CompositeActivityDesigner compositeDesigner = ActivityDesigner.GetDesigner(selectedObject as Activ… in OnMenuPaste()
922 …CompositeActivityDesigner parentDesigner = ActivityDesigner.GetDesigner(parentActivity) as Composi… in OnMenuPaste()
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dcomponenteditors.pas206 function GetDesigner: TComponentEditorDesigner; virtual; abstract; in GetDesigner() function
235 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
242 property Designer: TComponentEditorDesigner read GetDesigner;
604 function TComponentEditor.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
647 if GetDesigner=nil then exit;
648 Hook:=GetDesigner.PropertyEditorHook;
661 GetDesigner.Modified;
769 GetDesigner.SelectOnlyThisComponent(Component);
838 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
1021 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
[all …]
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dcomponenteditors.pas206 function GetDesigner: TComponentEditorDesigner; virtual; abstract; in GetDesigner() function
235 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
242 property Designer: TComponentEditorDesigner read GetDesigner;
604 function TComponentEditor.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
647 if GetDesigner=nil then exit;
648 Hook:=GetDesigner.PropertyEditorHook;
661 GetDesigner.Modified;
769 GetDesigner.SelectOnlyThisComponent(Component);
838 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
1021 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedformaccesses.pas66 function GetDesigner: TIDesigner; in GetDesigner() function
79 property Designer: TIDesigner read GetDesigner;
163 function TDesignFormIDE.GetDesigner: TIDesigner; in GetDesigner() function
H A Ddockedmainide.pas60 …function GetDesigner(ASourceEditor: TSourceEditorInterface; ATabDisplayState: TTabDisplayState): … in GetDesigner() function
171 function TDockedTabMaster.GetDesigner(ASourceEditor: TSourceEditorInterface; ATabDisplayState: TTab… in GetDesigner() function
414 LDesigner := LSourceEditor.GetDesigner(True);
510 LDesignForm := DesignForms.Find(LSourceEditor.GetDesigner(False));
547 LDesigner := LSourceWindowIntf.ActiveEditor.GetDesigner(True);
621 …if (LSourceEditorInterface = nil) or (LSourceEditorInterface.GetDesigner(True) <> LDesignForm.Desi…
654 if LSourceWindowIntf.ActiveEditor.GetDesigner(True) = LDesignForm.Designer then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedformaccesses.pas66 function GetDesigner: TIDesigner; in GetDesigner() function
79 property Designer: TIDesigner read GetDesigner;
163 function TDesignFormIDE.GetDesigner: TIDesigner; in GetDesigner() function
H A Ddockedmainide.pas60 …function GetDesigner(ASourceEditor: TSourceEditorInterface; ATabDisplayState: TTabDisplayState): … in GetDesigner() function
171 function TDockedTabMaster.GetDesigner(ASourceEditor: TSourceEditorInterface; ATabDisplayState: TTab… in GetDesigner() function
414 LDesigner := LSourceEditor.GetDesigner(True);
510 LDesignForm := DesignForms.Find(LSourceEditor.GetDesigner(False));
547 LDesigner := LSourceWindowIntf.ActiveEditor.GetDesigner(True);
621 …if (LSourceEditorInterface = nil) or (LSourceEditorInterface.GetDesigner(True) <> LDesignForm.Desi…
654 if LSourceWindowIntf.ActiveEditor.GetDesigner(True) = LDesignForm.Designer then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenteditors.pas210 function GetDesigner: TComponentEditorDesigner; virtual; abstract; in GetDesigner() function
239 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
246 property Designer: TComponentEditorDesigner read GetDesigner;
655 function TComponentEditor.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
698 if GetDesigner=nil then exit;
699 Hook:=GetDesigner.PropertyEditorHook;
712 GetDesigner.Modified;
820 GetDesigner.SelectOnlyThisComponent(Component);
889 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
1072 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
[all …]
/dports/editors/lazarus/lazarus/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas294 if SourceEditorManagerIntf.SourceEditors[i].GetDesigner(False) = ADesigner then
343 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
365 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
416 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
434 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
1221 LDesigner := LSourceEditor.GetDesigner(True);
1319 LFormData := FindDesignFormData(LSourceEditor.GetDesigner(False));
1425 LDesigner := LActiveSourceWindow.ActiveEditor.GetDesigner(True);
1622 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
1636 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
[all …]
/dports/editors/lazarus-qt5/lazarus/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas294 if SourceEditorManagerIntf.SourceEditors[i].GetDesigner(False) = ADesigner then
343 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
365 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
416 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
434 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
1221 LDesigner := LSourceEditor.GetDesigner(True);
1319 LFormData := FindDesignFormData(LSourceEditor.GetDesigner(False));
1425 LDesigner := LActiveSourceWindow.ActiveEditor.GetDesigner(True);
1622 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
1636 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dcomponenteditors.pas210 function GetDesigner: TComponentEditorDesigner; virtual; abstract; in GetDesigner() function
239 function GetDesigner: TComponentEditorDesigner; override; in GetDesigner() function
246 property Designer: TComponentEditorDesigner read GetDesigner;
655 function TComponentEditor.GetDesigner: TComponentEditorDesigner; in GetDesigner() function
698 if GetDesigner=nil then exit;
699 Hook:=GetDesigner.PropertyEditorHook;
712 GetDesigner.Modified;
820 GetDesigner.SelectOnlyThisComponent(Component);
889 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
1072 NewName:=GetDesigner.CreateUniqueComponentName(NewPage.ClassName);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/MessageFilters/
H A DWindowManager.cs151 … IDesigner designer = ActivityDesigner.GetDesigner(selectedComponent) as IDesigner; in OnMouseDoubleClick()
232 …IDesigner designer = ActivityDesigner.GetDesigner(selectionService.PrimarySelection as Activity) a… in OnKeyDown()
267 …CompositeActivityDesigner compositeActivityDesigner = ActivityDesigner.GetDesigner(entry.Key as Ac… in OnKeyDown()
300 …ActivityDesigner designer = ActivityDesigner.GetDesigner(selectionService.PrimarySelection as Acti… in OnKeyDown()
403 designerWithFocus = ActivityDesigner.GetDesigner(primarySelection as Activity); in GetDesignerWithFocus()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas255 if SourceEditorManagerIntf.SourceEditors[i].GetDesigner(False) = ADesigner then
291 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
328 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
345 if Form.Form.Designer <> SourceEditorManagerIntf.ActiveEditor.GetDesigner(True) then Exit;
349 if Form.Form.Designer = SourceEditorManagerIntf.UniqueSourceEditors[i].GetDesigner(True) then
957 LDesigner := LSourceEditor.GetDesigner(True);
1049 LFormData := FindDesignFormData(LSourceEditor.GetDesigner(False));
1145 LDesigner := LActiveSourceWindow.ActiveEditor.GetDesigner(True);
1255 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
1288 if LSourceWindow.ActiveEditor.GetDesigner(True) = LForm.Form.Form.Designer then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas255 if SourceEditorManagerIntf.SourceEditors[i].GetDesigner(False) = ADesigner then
291 if LWindow.ActiveEditor.GetDesigner(True) <> nil then
328 Result := FindDesignFormData(LSourceEditor.GetDesigner(True));
345 if Form.Form.Designer <> SourceEditorManagerIntf.ActiveEditor.GetDesigner(True) then Exit;
349 if Form.Form.Designer = SourceEditorManagerIntf.UniqueSourceEditors[i].GetDesigner(True) then
957 LDesigner := LSourceEditor.GetDesigner(True);
1049 LFormData := FindDesignFormData(LSourceEditor.GetDesigner(False));
1145 LDesigner := LActiveSourceWindow.ActiveEditor.GetDesigner(True);
1255 if (e = nil) or (e.GetDesigner(True) <> LForm.Form.Form.Designer) then
1288 if LSourceWindow.ActiveEditor.GetDesigner(True) = LForm.Form.Form.Designer then

123456