2 references to TextProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (2)
76
get { return (string)GetValue(
TextProperty
); }
77
set { SetValue(
TextProperty
, value); }