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