2 references to TypeProperty
System.Data (2)
cdf\src\NetFx40\Tools\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); }