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