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