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