8 references to None
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (6)
18
public static readonly DependencyProperty AnchorProperty = DependencyProperty.RegisterAttached("Anchor", typeof(AdornerLocation), typeof(AnnotationAdorner), new FrameworkPropertyMetadata(AdornerLocation.
None
));
86
AdornerLocation anchor = AdornerLocation.
None
;
98
if (anchor == AdornerLocation.
None
&& anchorPoint.Y - desiredSize.Height >= canvas.Y)
105
if (anchor == AdornerLocation.
None
&& anchorPoint.X - desiredSize.Width >= canvas.X && anchorPoint.Y - desiredSize.Height >= canvas.Y)
111
if (anchor == AdornerLocation.
None
)
135
if (anchor == AdornerLocation.
None
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (2)
30
AnnotationAdorner.SetAnchor(adorner, AdornerLocation.
None
);
49
AnnotationAdorner.SetAnchor(adorner, AdornerLocation.
None
);