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