3 writes to ShowPreview
System.Workflow.Activities (1)
Designers\EventHandlersDesigner.cs (1)
23ShowPreview = false;
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (1)
24ShowPreview = false;
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
479ShowPreview = true;
27 references to ShowPreview
System.Workflow.ComponentModel (27)
AuthoringOM\Design\ActivityPreviewDesigner.cs (27)
78if (ShowPreview == value) 122if (ShowPreview) 162if (ShowPreview) 277if (ShowPreview) 296if (!Expanded || ContainedDesigners.Count > 0 || ShowPreview || ActiveDesigner != this) 343if (ShowPreview && designMode && Expanded) 369if (ShowPreview) 392else if (ShowPreview && this.previewWindow.Bounds.Contains(point) && 401if (ShowPreview && this.previewWindow.PreviewMode && hitInfo.AssociatedDesigner != this) 420if (ShowPreview && this.previewWindow.PreviewMode) 528if (ShowPreview && !this.previewWindow.PreviewMode && PreviewedDesigner != null) 533if (ShowPreview && !this.previewWindow.PreviewMode && PreviewedDesigner != null) 543if (ShowPreview) 578if (ShowPreview) 640if (!ShowPreview && PreviewedDesigner != null) 669else if (ShowPreview && this.previewWindow.Bounds.Contains(point)) 681if (PreviewedDesigner != null && ShowPreview && this.previewWindow.PreviewMode && this.previewWindow.Bounds.Contains(point)) 717if (ShowPreview) 745if (ShowPreview) 851bool redoLayout = (!ShowPreview); 852if (ShowPreview) 888if (ShowPreview && designerVerb != null && designerVerb.Properties.Contains(DesignerUserDataKeys.PreviewActivity)) 895if (ShowPreview && designerVerb != null && designerVerb.Properties.Contains(DesignerUserDataKeys.PreviewActivity)) 1030if (activityCollectionDesigner.ShowPreview) 1033if ((activityCollectionDesigner.ShowPreview && !activityCollectionDesigner.previewWindow.PreviewMode) || 1034(!activityCollectionDesigner.ShowPreview)) 1050if (activityCollectionDesigner.ShowPreview && index == 0)