3 references to TextProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
667binding.Path = new PropertyPath(VisualBasicEditor.TextProperty); 752get { return (string)GetValue(TextProperty); } 753set { SetValue(TextProperty, value); }