2 writes to Window
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialogWindow.xaml.cs (2)
41
this.payload.
Window
= this;
92
this.payload.
Window
= null;
3 references to Window
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (3)
121
this.
Window
.DialogResult = commitChanges;
166
if (this.
Window
!= null)
168
this.
Window
.okButton.IsEnabled = enabled;