2 references to ComboBoxLoadingCursorProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (2)
326get { return (Cursor)this.GetValue(ChoiceEditor.ComboBoxLoadingCursorProperty); } 327set { this.SetValue(ChoiceEditor.ComboBoxLoadingCursorProperty, value); }