2 references to LabelProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
296get { return (string)GetValue(LabelProperty); } 297set { SetValue(LabelProperty, value); }