1 write to previewWindow
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
3588this.previewWindow = previewWindow;
11 references to previewWindow
System.Workflow.ComponentModel (11)
AuthoringOM\Design\DesignerWidgets.cs (11)
3595Rectangle bounds = this.previewWindow.PreviewModeButtonRectangle; 3596WorkflowView workflowView = this.previewWindow.serviceProvider.GetService(typeof(WorkflowView)) as WorkflowView; 3644return this.previewWindow.parentDesigner.AccessibilityObject; 3666this.previewWindow.PreviewMode = !this.previewWindow.PreviewMode; 3673int childCount = this.previewWindow.parentDesigner.AccessibilityObject.GetChildCount(); 3675return this.previewWindow.parentDesigner.AccessibilityObject.GetChild(childCount - 3); 3679if (!this.previewWindow.PreviewMode) 3681int childCount = this.previewWindow.parentDesigner.AccessibilityObject.GetChildCount(); 3683return this.previewWindow.parentDesigner.AccessibilityObject.GetChild(childCount - 1); 3687return this.previewWindow.parentDesigner.AccessibilityObject.Navigate(navdir);