1 instantiation of DockedAnnotationView
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
345DockedAnnotationView view = new DockedAnnotationView();
5 references to DockedAnnotationView
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (3)
345DockedAnnotationView view = new DockedAnnotationView(); 348view.SetBinding(DockedAnnotationView.AnnotationTextProperty, annotationTextbinding); 352view.SetBinding(DockedAnnotationView.MaxWidthProperty, maxWidthBinding);
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (2)
14public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DockedAnnotationView)); 16private static DependencyProperty annotationTextProperty = DependencyProperty.Register("AnnotationText", typeof(string), typeof(DockedAnnotationView), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault));