2 references to DialogCommandSourceProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (2)
219get { return (IInputElement)this.GetValue(DialogCommandSourceProperty); } 220set { this.SetValue(DialogCommandSourceProperty, value); }