1 write to parentDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2436this.parentDesigner = parentDesigner;
17 references to parentDesigner
System.Workflow.ComponentModel (17)
AuthoringOM\Design\DesignerWidgets.cs (17)
2517if (this.items.Count == 0 && this.parentDesigner.Activity != null) 2654ActivityPreviewDesignerTheme designerTheme = this.parentDesigner.DesignerTheme as ActivityPreviewDesignerTheme; 2672ActivityPreviewDesignerTheme designerTheme = this.parentDesigner.DesignerTheme as ActivityPreviewDesignerTheme; 2817ActivityPreviewDesignerTheme designerTheme = this.parentDesigner.DesignerTheme as ActivityPreviewDesignerTheme; 2883ActivityPreviewDesignerTheme designerTheme = this.parentDesigner.DesignerTheme as ActivityPreviewDesignerTheme; 2899if (this.parentDesigner != null && parentDesigner.Activity.Site != null) 2901WorkflowView workflowView = parentDesigner.Activity.Site.GetService(typeof(WorkflowView)) as WorkflowView; 2951WorkflowView workflowView = this.itemStrip.parentDesigner.Activity.Site.GetService(typeof(WorkflowView)) as WorkflowView; 3052return this.itemStrip.parentDesigner.AccessibilityObject; 3119return this.itemStrip.parentDesigner.AccessibilityObject; 3124int childCount = this.itemStrip.parentDesigner.AccessibilityObject.GetChildCount(); 3126return this.itemStrip.parentDesigner.AccessibilityObject.GetChild(accessibilityObjectCount); 3128return this.itemStrip.parentDesigner.AccessibilityObject.Navigate(navdir); 3174if (this.itemStrip.parentDesigner.Activity != null || this.itemStrip.parentDesigner.Activity.Site != null) 3175return this.itemStrip.parentDesigner.Activity.Site.GetService(serviceType);