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