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