3 references to TextProperty
System.Data (3)
cdf\src\NetFx40\Tools\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); }