2 references to LabelTextProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
106
get { return (string)GetValue(
LabelTextProperty
); }
107
set { SetValue(
LabelTextProperty
, value); }