1 write to index
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
76this.index = index;
3 references to index
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (3)
83if (str.Contains((panel.Children[this.index] as CheckBox).Content.ToString().ToUpperInvariant())) 99if ((i != this.index && ((bool)(panel.Children[i] as CheckBox).IsChecked)) || 100(i == this.index && (bool)value))