2 references to TextProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StartSymbol.xaml.cs (2)
24
get { return (string)GetValue(
TextProperty
); }
25
set { SetValue(
TextProperty
, value); }