1 instantiation of FloatingAnnotationView
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
335this.floatingAnnotation = new FloatingAnnotationView();
2 references to FloatingAnnotationView
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (2)
18public static readonly DependencyProperty ModelItemProperty = DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(FloatingAnnotationView)); 20public static readonly DependencyProperty IsReadOnlyProperty = DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(FloatingAnnotationView));