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