4 references to DrawTabItemStruct
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
1693
private
DrawTabItemStruct
[] drawItems = null;
1891
DrawTabItemStruct
drawTabItem = this.drawItems[tabItemIndex];
1953
this.drawItems = new
DrawTabItemStruct
[this.tabItemList.Count];
2013
DrawTabItemStruct
lastItemStruct = this.drawItems[this.tabItemList.Count - 1];