3 references to ShowFullControlProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
203get { return (bool)this.GetValue(ChoiceEditor.ShowFullControlProperty); } 204set { this.SetValue(ChoiceEditor.ShowFullControlProperty, value); } 877this.CoerceValue(ChoiceEditor.ShowFullControlProperty);