2 references to ValueTypeProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (2)
180get { return (Type)GetValue(ValueTypeProperty); } 181set { SetValue(ValueTypeProperty, value); }