1 write to scrollMarker
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2790
this.
scrollMarker
= newMarker;
14 references to scrollMarker
System.Workflow.ComponentModel (14)
AuthoringOM\Design\DesignerWidgets.cs (14)
2460
for (int i = 0; (i < VisibleItemCount) && ((this.
scrollMarker
+ i) < Items.Count); i++)
2533
int maxItems = Math.Min(this.items.Count - this.
scrollMarker
, VisibleItemCount) + 1;
2536
j = i + this.
scrollMarker
;
2554
if (itemIndex < this.
scrollMarker
|| itemIndex >= this.
scrollMarker
+ VisibleItemCount)
2563
itemIndex = itemIndex - this.
scrollMarker
;
2606
for (int itemIndex = this.
scrollMarker
; itemIndex < this.items.Count; itemIndex++)
2712
for (int itemIndex = this.
scrollMarker
; itemIndex < this.items.Count && itemIndex < (this.
scrollMarker
+ VisibleItemCount); itemIndex++)
2783
newMarker = (index < this.
scrollMarker
) ? index : (index >= this.
scrollMarker
+ VisibleItemCount) ? index - VisibleItemCount + 1 : newMarker;
2786
if (this.items.Count >= VisibleItemCount && ((this.items.Count - this.
scrollMarker
) < VisibleItemCount))
2945
int index = this.itemStrip.
scrollMarker
+ this.itemIndex;
3163
int index = this.itemStrip.
scrollMarker
+ this.itemIndex;