2 references to TypeProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\SwitchConverter.cs (2)
103get { return (Type)this.GetValue(TypeProperty); } 104set { this.SetValue(TypeProperty, value); }