2 references to CurrentQuickTypeProperty
System.Activities.Presentation (2)
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); }