6 references to IsEditable
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (6)
765if (e.Key == Key.Up || (!this.IsEditable && e.Key == Key.Left)) 770else if (e.Key == Key.Down || (!this.IsEditable && e.Key == Key.Right)) 775else if (!this.IsEditable && e.Key == Key.Home) 780else if (!this.IsEditable && e.Key == Key.End) 1048if (this.IsEditable) 1096if (!this.IsEditable)