1 write to activeIndex
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1376this.activeIndex = index;
10 references to activeIndex
System.Workflow.ComponentModel (10)
AuthoringOM\Design\DesignerWidgets.cs (10)
1149if (this.activeIndex != -1) 1150index = this.activeIndex; 1237if (this.activeIndex == i) 1365get { return (this.activeIndex > -1) ? this.enabledItems[this.activeIndex] : null; } 1370if (this.activeIndex == index) 1373if (this.activeIndex != -1) 1374Invalidate(GetItemBounds(this.activeIndex)); 1378if (this.activeIndex != -1) 1379Invalidate(GetItemBounds(this.activeIndex));