24 references to
System.Workflow.ComponentModel (24)
AuthoringOM\Design\DesignerWidgets.cs (20)
915
SelectedItem = (nextIndex >= 0 && nextIndex < this.items.Count) ? this.items
[
nextIndex] : null;
1181
selectedItem = this.enabledItems
[
i];
1243
if (this.enabledItems
[
i].Image != null)
1246
Size imageSize = this.enabledItems
[
i].Image.Size;
1257
graphics.DrawImage(this.enabledItems
[
i].Image, new Rectangle(imagePoint, imageSize), new Rectangle(Point.Empty, imageSize), GraphicsUnit.Pixel);
1269
string descriptionString = this.enabledItems
[
i].Text;
1365
get { return (this.activeIndex > -1) ? this.enabledItems
[
this.activeIndex] : null; }
1763
ItemInfo previousTab = (this.selectedTab >= 0 && this.selectedTab < this.tabItemList.Count) ? this.tabItemList
[
this.selectedTab] : null;
1764
ItemInfo currentTab = this.tabItemList
[
value];
1799
ItemInfo tabInfo = this.tabItemList
[
i];
1890
ItemInfo tabItem = this.tabItemList
[
tabItemIndex];
1937
graphics.DrawString(this.tabItemList
[
tabItemIndex].Text, Font, SystemBrushes.ControlText, new Rectangle(0, 0, bitmap.Width, bitmap.Height), stringFormat);
1968
ItemInfo itemInfo = this.tabItemList
[
i];
2608
if (GetItemBounds(this.items
[
itemIndex]).Contains(point))
2609
return this.items
[
itemIndex];
2637
ActiveItem = this.items
[
index];
2714
Rectangle itemRectangle = GetItemBounds(this.items
[
itemIndex]);
2728
Image itemImage = this.items
[
itemIndex].Image;
2731
Activity activity = this.items
[
itemIndex].UserData[DesignerUserDataKeys.Activity] as Activity;
2863
ActiveItem = (nextIndex >= 0 && nextIndex < this.items.Count) ? this.items
[
nextIndex] : null;
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (3)
540
ActionButton button = this.buttons
[
i];
557
Image buttonImage = this.buttons
[
i].StateImages[(int)this.buttons
[
i].State];
AuthoringOM\ItemList.cs (1)
401
array.SetValue(this
[
loop], loop + index);