24 references to IsVisible
System.Workflow.Activities (4)
Designers\EventHandlersDesigner.cs (2)
64
if (Expanded &&
IsVisible
)
80
if (Expanded &&
IsVisible
)
Designers\StateDesigner.cs (2)
160
if (!
IsVisible
)
177
if (!
IsVisible
)
System.Workflow.ComponentModel (20)
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (2)
70
if (Expanded &&
IsVisible
)
86
if (Expanded &&
IsVisible
)
AuthoringOM\Design\ActivityDesigner.cs (4)
1361
if (
IsVisible
)
1389
if (
IsVisible
)
1403
if (
IsVisible
)
2966
if (
IsVisible
&& viewPort.IntersectsWith(bounds))
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (1)
141
if (!this.activityDesigner.
IsVisible
)
AuthoringOM\Design\ActivityPreviewDesigner.cs (3)
181
if (Expanded &&
IsVisible
)
197
if (Expanded &&
IsVisible
)
823
if (selectedDesigner != null && !selectedDesigner.
IsVisible
&& this != selectedDesigner.ParentDesigner)
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
702
if (activityDesigner.
IsVisible
&& rectangle.IntersectsWith(activityDesigner.Bounds))
1091
if (activityDesigner != null && activityDesigner.
IsVisible
)
AuthoringOM\Design\Connector.cs (1)
1603
if (activityDesigner.
IsVisible
&&
AuthoringOM\Design\FreeFormDesigner.cs (1)
1114
if (activityDesigner.
IsVisible
)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
392
if ((viewPortEmpty || logicalViewPort.IntersectsWith(activityDesigner.Bounds)) && activityDesigner.
IsVisible
)
AuthoringOM\Design\ParallelActivityDesigner.cs (2)
60
if (!Expanded || !
IsVisible
)
78
if (!Expanded || !
IsVisible
)
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (1)
172
if (!this.connectorHitInfo.AssociatedDesigner.
IsVisible
)
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
97
if (GetConnectors().Length == 0 || !Expanded || !
IsVisible
)
113
if (connectors.Length == 0 || !Expanded || !
IsVisible
)