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