1 write to FilterIndex
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
757
saveFileDialog.
FilterIndex
= 0;
3 references to FilterIndex
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CommandSet.cs (3)
758
if (saveFileDialog.ShowDialog() == DialogResult.OK && saveFileDialog.
FilterIndex
> 0 && saveFileDialog.
FilterIndex
<= supportedFormats.Count)
759
this.workflowView.SaveWorkflowImage(saveFileDialog.FileName, supportedFormats[saveFileDialog.
FilterIndex
- 1].Format);