1 write to col
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
505this.col = column;
5 references to col
System.Workflow.Activities (5)
Rules\Design\Dialogs\RuleSetDialog.cs (5)
514if (this.col == 1) 519int.TryParse(item1.SubItems[col].Text, NumberStyles.Integer, CultureInfo.CurrentCulture, out val1); 520int.TryParse(item2.SubItems[col].Text, NumberStyles.Integer, CultureInfo.CurrentCulture, out val2); 529retval = String.Compare(item1.SubItems[col].Text, item2.SubItems[col].Text, StringComparison.CurrentCulture);