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