2 references to CurrentQuickTypeProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
108get { return (NewItemFactoryTypeModel)this.GetValue(CurrentQuickTypeProperty); } 109set { this.SetValue(CurrentQuickTypeProperty, value); }