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